下記にあるgoogle-api-objectivec-clientをCocoapodsでインストールしたいのですが、
https://code.google.com/p/google-api-objectivec-client/

Cocoapodsでは1.0.422(Rev422)がインストールされます。
https://github.com/CocoaPods/Specs/tree/master/Specs/Google-API-Client

これを現在では最新のRev446をインストールする方法を探しております。

githubでは:headをつければ最新のコミットになる認識ですが、
svnだと方法が見つからず困っております。

Podfile
source 'https://github.com/CocoaPods/Specs.git'

platform :ios , '7.1'
inhibit_all_warnings!

pod 'google-api-objectivec-client', :head

環境
xcode6.3
cocoapods 0.37.2