From 27d3fe2fb1cb7b3707bff0a36f3559cdc2042113 Mon Sep 17 00:00:00 2001 From: Matt Vaznaian Date: Tue, 20 Nov 2012 21:29:58 -0800 Subject: [PATCH] Trying to get StackMob 1.1.3 working with tags --- StackMob/1.1.3/StackMob.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'