-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChannelizeUI.podspec
23 lines (22 loc) · 969 Bytes
/
ChannelizeUI.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "ChannelizeUI"
s.version = "4.0.7"
s.summary = "Channelize UI SDK"
s.description = "A Messaging UI SDK built for Channelize API SDK"
s.homepage = "https://channelize.io/"
s.license = { :type => "GPL", :file => "LICENSE" }
s.author = { "Channelize" => "support@channelize.io" }
s.platform = :ios, "9.0"
s.swift_version = "4.2"
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS.git", :tag => "#{s.version}", :branch => "master" }
s.vendored_frameworks = "Channelize.framework"
s.dependency "CWStatusBarNotification", "2.3.5"
s.dependency "GiphyCoreSDK", "1.4.0"
s.dependency "Crashlytics", "3.12.0"
s.dependency "SDWebImage/GIF", "4.4.3"
s.dependency "SwiftIconFont", "3.0.0"
s.dependency "InputBarAccessoryView", "4.2.1"
s.dependency "ZVProgressHUD", "2.0.3"
s.dependency "ZVActivityIndicatorView", "0.1.3"
s.dependency "RealmSwift"
end