forked from alimashuri/qiscus-sdk-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQiscus.podspec
More file actions
33 lines (23 loc) · 782 Bytes
/
Qiscus.podspec
File metadata and controls
33 lines (23 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Pod::Spec.new do |s|
s.name = "Qiscus"
s.version = "2.4.1"
s.summary = "Qiscus SDK for iOS"
s.description = <<-DESC
Qiscus SDK for iOS contains Qiscus public Model.
DESC
s.homepage = "https://qisc.us"
s.license = "MIT"
s.author = "Qiscus"
s.source = { :git => "https://github.com/qiscus/qiscus-sdk-ios.git", :tag => "#{s.version}" }
s.source_files = "Qiscus/**/*.{swift}"
s.resource_bundles = {
'Qiscus' => ['Qiscus/**/*.{storyboard,xib,xcassets,json,imageset,png}']
}
s.platform = :ios, "9.0"
s.dependency 'Alamofire', '~> 4.4.0'
s.dependency 'AlamofireImage', '~> 3.2.0'
s.dependency 'RealmSwift', '~> 2.5.0'
s.dependency 'SwiftyJSON', '~> 3.1.4'
s.dependency 'ImageViewer', '4.0'
s.dependency 'CocoaMQTT', '1.0.17'
end