Skip to content

Commit 47c6241

Browse files
committed
Channelize API pod Updated
1 parent 005aeda commit 47c6241

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

ChannelizeAPI.podspec

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
Pod::Spec.new do |s|
22

3-
s.name = "ChannelizeAPI"
4-
s.version = "4.0.6"
5-
s.summary = "Channelize API SDK"
6-
s.description = "A Real Time Messaging API SDK"
7-
s.homepage = "https://channelize.io/"
8-
s.license = { :type => "GPL", :file => "LICENSE" }
9-
s.author = { "Channelize" => "support@channelize.io" }
10-
s.platform = :ios, "9.0"
11-
s.swift_version = "4.2"
12-
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS.git", :tag => "#{s.version}", :branch => "master" }
13-
s.vendored_frameworks = "Channelize_API.framework"
14-
s.dependency "AWSMobileClient", "2.9.3"
15-
s.dependency "AWSIoT", "2.9.3"
16-
s.dependency "Alamofire", "4.8.0"
17-
s.dependency "AlamofireObjectMapper", "5.2.0"
3+
s.name = 'ChannelizeAPI'
4+
s.version = '4.0.6'
5+
s.summary = 'Channelize API SDK'
6+
s.description = 'A Real Time Messaging API SDK'
7+
s.homepage = 'https://channelize.io/'
8+
s.license = { :type => 'GPL', :file => 'LICENSE' }
9+
s.author = { "Channelize" => 'support@channelize.io' }
10+
s.platform = :ios, '9.0'
11+
s.swift_version = '4.2'
12+
s.source = { :git => 'https://github.com/ChannelizeIO/Channelize-iOS.git', :tag => '4.0.6', :branch => 'master' }
13+
s.vendored_frameworks = 'Channelize_API.framework'
14+
s.dependency 'AWSMobileClient', '2.9.3'
15+
s.dependency 'AWSIoT', '2.9.3'
16+
s.dependency 'Alamofire', '4.8.0'
17+
s.dependency 'AlamofireObjectMapper', '5.2.0'
18+
s.dependency 'ObjectMapper', '3.4.2'
1819
end

0 commit comments

Comments
 (0)