Trying to get StackMob 1.1.3 working with tags
This commit is contained in:
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
|
||||
s.summary = "StackMob's SDK for accessing the StackMob Services on iOS."
|
||||
s.homepage = 'http://stackmob.com'
|
||||
s.author = { 'StackMob' => 'info@stackmob.com' }
|
||||
s.source = { :git => 'https://github.com/stackmob/stackmob-ios-sdk.git', :commit => '38d9c8aac0fba8314f3fd9fba322d54a08b48f41' }
|
||||
s.source = { :git => 'https://github.com/stackmob/stackmob-ios-sdk.git', :tag => s.version.to_s }
|
||||
s.platform = :ios, '5.0'
|
||||
s.source_files = 'Classes/*.{h,m}', 'Utility/*.{h,m}', 'CoreData/Classes/*.{h,m}', 'Push/*.{h,m}'
|
||||
s.dependency 'AFNetworking', '1.0'
|
||||
|
||||
Reference in New Issue
Block a user