Edit StackMob iOS SDK 1.0.0 spec

This commit is contained in:
Matt Vaznaian
2012-09-26 23:00:11 -07:00
parent 7db0e5810b
commit 625cc5ee7b
+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 => '5fb123c4def55993cb13aec2e8c5e926486a0814' }
s.source = { :git => 'https://github.com/stackmob/stackmob-ios-sdk.git', :commit => '787d67819eafe6535ba99b5cd7e5b80f0e4331c9' }
s.platform = :ios
s.source_files = 'Classes/*.{h,m}', 'Utility/*.{h,m}', 'CoreData/Classes/*.{h,m}'
s.dependency 'AFNetworking', '1.0RC1'