Trying to get StackMob 1.1.3 working with tags

This commit is contained in:
Matt Vaznaian
2012-11-20 21:29:58 -08:00
parent 9c5f69e119
commit 27d3fe2fb1
+1 -1
View File
@@ -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'