Skip to content

Commit

Permalink
pods specs up
Browse files Browse the repository at this point in the history
  • Loading branch information
pro100andrey committed Aug 18, 2017
1 parent dac1d6e commit 3e5226a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions PublicCocoaPods/QMServices.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

Pod::Spec.new do |s|
s.name = "QMServices"
s.version = "0.4.6"
s.version = "0.5"
s.summary = "Easy-to-use services for Quickblox SDK, for speeding up development of iOS chat applications."
s.homepage = "https://github.com/QuickBlox/q-municate-services-ios"
s.license = { :type => 'BSD', :file => 'LICENSE.txt' }
s.authors = {"Andrey Ivanov" => "[email protected]", "Vitaliy Gorbachov" => "[email protected]", "Vitaliy Gurkovsky" => "[email protected]"}
s.platform = :ios, "7.0"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/QuickBlox/q-municate-services-ios.git", :tag => "#{s.version}"}
s.source_files = "Classes", "**/*.{h,m}"
s.exclude_files = "Pods", "Frameworks"
Expand All @@ -30,6 +30,6 @@ Pod::Spec.new do |s|
#import <Bolts/Bolts.h>'
s.resource_bundle = {'QMChatCacheModel' => 'QMChatCache/QMChatCache/CoreData/QMChatServiceModel.xcdatamodeld', 'QMContactListCacheModel' => 'QMContactListCache/QMContactListCache/CoreData/QMContactListModel.xcdatamodeld', 'QMUsersCacheModel' => 'QMUsersCache/QMUsersCache/CoreData/QMUsersModel.xcdatamodeld'}

s.dependency "QuickBlox", ">= 2.6.5"
s.dependency "QuickBlox", ">= 2.10"
s.dependency "Bolts", '>= 1.5.0'
end
4 changes: 2 additions & 2 deletions QMServicesDevelopment.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

Pod::Spec.new do |s|
s.name = "QMServicesDevelopment"
s.version = "0.4.6"
s.version = "0.5"
s.summary = "Easy-to-use services for Quickblox SDK, for speeding up development of iOS chat applications."
s.homepage = "https://github.com/QuickBlox/q-municate-services-ios"
s.license = { :type => 'BSD', :file => 'LICENSE.txt' }
s.authors = {"Andrey Ivanov" => "[email protected]", "Vitaliy Gorbachov" => "[email protected]", "Vitaliy Gurkovsky" => "[email protected]"}
s.platform = :ios, "7.0"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/QuickBlox/q-municate-services-ios.git", :tag => "#{s.version}"}
s.source_files = "**/*.{h,m}"
s.exclude_files = "Pods", "Frameworks"
Expand Down

0 comments on commit 3e5226a

Please sign in to comment.