Added revisions for avoid future conflicts with head version

This commit is contained in:
Rafael Aguilar Martín
2013-03-29 12:35:13 +01:00
parent 4c9e181819
commit 98c3d158eb
3 changed files with 3 additions and 3 deletions
@@ -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'