Skip to content

Commit

Permalink
Podspec files updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitphogat19 committed Oct 15, 2019
1 parent 905be98 commit bf5a5d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
7 changes: 3 additions & 4 deletions ChannelizeAPI.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'ChannelizeAPI'
s.version = '4.0.7'
s.version = '4.11.0'
s.summary = 'Channelize API SDK'
s.description = 'A Real Time Messaging API SDK'
s.homepage = 'https://channelize.io/'
Expand All @@ -10,11 +10,10 @@ Pod::Spec.new do |s|
s.platform = :ios, '9.0'
s.requires_arc = true
s.swift_version = '4.2'
s.source = { :git => 'https://github.com/ChannelizeIO/Channelize-iOS.git', :tag => '4.0.7', :branch => 'master' }
s.source = { :git => 'https://github.com/ChannelizeIO/Channelize-iOS.git', :tag => '4.11.0', :branch => 'pods/Xcode11' }
s.vendored_frameworks = 'Channelize_API.framework'
s.dependency 'AWSMobileClient', '2.9.3'
s.dependency 'AWSIoT', '2.9.3'
s.dependency 'Alamofire', '4.8.0'
s.dependency 'Alamofire', '4.8.2'
s.dependency 'AlamofireObjectMapper', '5.2.0'
s.dependency 'ObjectMapper', '3.4.2'
end
5 changes: 3 additions & 2 deletions ChannelizeCall.podspec
@@ -1,15 +1,16 @@
Pod::Spec.new do |s|

s.name = "ChannelizeCall"
s.version = "4.0.5"
s.version = "4.11.0"
s.summary = "Channelize Call SDK"
s.description = "A Video and Audio call SDK using 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.requires_arc = true
s.swift_version = "4.2"
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS.git", :tag => "#{s.version}", :branch => "master" }
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS.git", :tag => "#{s.version}", :branch => "pods/Xcode11" }
s.vendored_frameworks = "Channelize_Voice_Video.framework"
s.dependency "AgoraRtcEngine_iOS", ">= 2.3.1"
s.dependency "SDWebImage/GIF", "4.4.3"
Expand Down
7 changes: 4 additions & 3 deletions ChannelizeUI.podspec
@@ -1,15 +1,16 @@
Pod::Spec.new do |s|

s.name = "ChannelizeUI"
s.version = "4.0.7"
s.version = "4.11.0"
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.requires_arc = true
s.source = { :git => "https://github.com/ChannelizeIO/Channelize-iOS.git", :tag => "#{s.version}", :branch => "pods/Xcode11" }
s.vendored_frameworks = "Channelize.framework"
s.dependency "CWStatusBarNotification", "2.3.5"
s.dependency "GiphyCoreSDK", "1.4.0"
Expand All @@ -19,5 +20,5 @@ Pod::Spec.new do |s|
s.dependency "InputBarAccessoryView", "4.2.1"
s.dependency "ZVProgressHUD", "2.0.3"
s.dependency "ZVActivityIndicatorView", "0.1.3"
s.dependency "RealmSwift"
s.dependency "RealmSwift", "3.17.3"
end

0 comments on commit bf5a5d6

Please sign in to comment.