Edit StackMob and StackMobPush pod specs, replace commits with tags
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user