Edit StackMob and StackMobPush pod specs, replace commits with tags

This commit is contained in:
Matt Vaznaian
2012-10-17 18:42:47 -07:00
parent 902867ea14
commit 23b2c2ba60
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ Pod::Spec.new do |s|
s.summary = "StackMob's Push SDK for sending push notifications via 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-push-sdk.git', :commit => '8ba3e746a79cc9d237a6d7dda1229b4221f153c9' }
s.platform = :ios
s.source = { :git => 'https://github.com/stackmob/stackmob-ios-push-sdk.git', :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.source_files = 'stackmob-ios-push-sdk/*.{h,m}'
s.dependency 'stl-oauth-client', :git => 'https://github.com/jonah-carbonfive/stl-oauth-client.git', :commit => 'd73a89b92a4ec6068b2ae36e09b32e6d8717e180'
s.requires_arc = true