diff --git a/GTMHTTPFetcher/0.0.1/GTMHTTPFetcher.podspec b/GTMHTTPFetcher/0.0.1/GTMHTTPFetcher.podspec index 9757b9f7..833b6bea 100644 --- a/GTMHTTPFetcher/0.0.1/GTMHTTPFetcher.podspec +++ b/GTMHTTPFetcher/0.0.1/GTMHTTPFetcher.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| "is asynchronous and uses operating-system settings on iOS and Mac OS X." s.homepage = 'https://code.google.com/p/gtm-http-fetcher' s.author = { 'The Google Data APIs team' => 'https://code.google.com/p/google-api-objectivec-client' } - s.source = { :svn => 'http://gtm-http-fetcher.googlecode.com/svn/trunk' } + s.source = { :svn => 'http://gtm-http-fetcher.googlecode.com/svn/trunk', :revision => 'r119' } s.requires_arc = false s.ios.deployment_target = '3.0' s.osx.deployment_target = '10.5' diff --git a/Google-API-Client/0.0.1/Google-API-Client.podspec b/Google-API-Client/0.0.1/Google-API-Client.podspec index f11b12d0..53f1fafb 100644 --- a/Google-API-Client/0.0.1/Google-API-Client.podspec +++ b/Google-API-Client/0.0.1/Google-API-Client.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| "and iOS to easily write native applications using Google's JSON-RPC APIs." s.homepage = 'http://code.google.com/p/google-api-objectivec-client' s.author = { 'Google, Inc.' => 'http://code.google.com/p/google-api-objectivec-client' } - s.source = { :svn => 'http://google-api-objectivec-client.googlecode.com/svn/trunk' } + s.source = { :svn => 'http://google-api-objectivec-client.googlecode.com/svn/trunk', :revision => 'r292' } s.requires_arc = false s.ios.deployment_target = '3.0' s.osx.deployment_target = '10.5' diff --git a/gtm-oauth2/0.0.1/gtm-oauth2.podspec b/gtm-oauth2/0.0.1/gtm-oauth2.podspec index 2ec5fc78..7c40eae6 100644 --- a/gtm-oauth2/0.0.1/gtm-oauth2.podspec +++ b/gtm-oauth2/0.0.1/gtm-oauth2.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| "to sign in to services using OAuth 2 for authentication and authorization." s.homepage = "http://code.google.com/p/gtm-oauth2" s.author = { 'The Google Data APIs team' => 'https://code.google.com/p/google-api-objectivec-client' } - s.source = { :svn => 'http://gtm-oauth2.googlecode.com/svn/trunk/' } + s.source = { :svn => 'http://gtm-oauth2.googlecode.com/svn/trunk/', :revision => 'r107' } s.requires_arc = false s.dependency 'GTMHTTPFetcher' s.frameworks = 'Security', 'SystemConfiguration'