diff --git a/StackMobPush/1.0.1/StackMobPush.podspec b/StackMobPush/1.0.1/StackMobPush.podspec index 3a75ed9c..e793d516 100644 --- a/StackMobPush/1.0.1/StackMobPush.podspec +++ b/StackMobPush/1.0.1/StackMobPush.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = 'http://stackmob.com' s.author = { 'StackMob' => 'info@stackmob.com' } s.source = { :git => 'https://github.com/stackmob/stackmob-ios-push-sdk.git', :commit => '2154988fa2ff20f3eaf895b0f4951c198d5861eb', :tag => s.version.to_s } - s.platform = :ios + 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