diff --git a/StackMob/1.1.3/StackMob.podspec b/StackMob/1.1.3/StackMob.podspec index ef17befa..10e7fb1e 100644 --- a/StackMob/1.1.3/StackMob.podspec +++ b/StackMob/1.1.3/StackMob.podspec @@ -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'