Update various Google podspecs to use https:// when downloading source files.

This commit is contained in:
Reed Loden
2013-03-21 18:51:26 -07:00
parent 30b2a47094
commit 86cccdffa9
8 changed files with 11 additions and 11 deletions
@@ -21,9 +21,9 @@ Pod::Spec.new do |s|
}
s.summary = "Written by Google, this library is a flexible and efficient Objective-C framework for accessing JSON 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.homepage = 'https://code.google.com/p/google-api-objectivec-client/'
s.author = { 'Google, Inc.' => 'https://code.google.com/p/google-api-objectivec-client/' }
s.source = { :svn => 'https://google-api-objectivec-client.googlecode.com/svn/trunk/' }
s.resource = 'Source/OAuth2/Touch/GTMOAuth2ViewTouch.xib'
s.frameworks = 'Security', 'SystemConfiguration'
s.platform = :ios, '5.0'
@@ -59,4 +59,4 @@ Pod::Spec.new do |s|
all.source_files = FileList['Source/Services/**/*.{h,m}'].exclude(/\_Sources.m$/)
end
end
end