Update various Google podspecs to use https:// when downloading source files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user