Skip to content

Commit

Permalink
Updated GData specs with better license informations.
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurDart committed Jul 5, 2012
1 parent d6b6486 commit 3bc4915
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
13 changes: 9 additions & 4 deletions GData/1.9.1/GData.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ Pod::Spec.new do |s|
s.name = 'GData'
s.version = '1.9.1'
s.platform = :ios
s.license = 'Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
s.summary = "The Google data APIs provide a simple protocol for reading and writing data on the web. Many Google services provide a Google data API."
s.license = { :type => 'Apache License, Version 2.0', :file => 'COPYING.txt' }
s.summary = "The Google data APIs provide a simple protocol for reading and "\
"writing data on the web. Many Google services provide a Google data API."
s.homepage = 'https://code.google.com/p/gdata-objectivec-client'
s.author = { 'The Google Data APIs team' => 'https://code.google.com/p/gdata-objectivec-client' }
s.source = { :svn => 'http://gdata-objectivec-client.googlecode.com/svn/tags/gdata-objectivec-client-1.9.1/Source/' }
s.source_files = 'ACL/*.{h,m}', 'BaseClasses/*.{h,m}', 'Elements/*.{h,m}', 'Geo/*.{h,m}', 'HTTPFetcher/*.{h,m}', 'Introspection/*.{h,m}', 'Media/*.{h,m}', 'Networking/*.{h,m}', 'OAuth2/*.{h,m}', 'XMLSupport/*.{h,m}', '*.{h,m}'

s.source = { :svn => 'http://gdata-objectivec-client.googlecode.com/svn/tags/gdata-objectivec-client-1.9.1/' }
s.source_files = 'Source/ACL/*.{h,m}', 'Source/BaseClasses/*.{h,m}', 'Source/Elements/*.{h,m}',
'Source/Geo/*.{h,m}', 'Source/HTTPFetcher/*.{h,m}', 'Source/Introspection/*.{h,m}',
'Source/Media/*.{h,m}', 'Source/Networking/*.{h,m}', 'Source/OAuth2/*.{h,m}',
'Source/XMLSupport/*.{h,m}', 'Source/*.{h,m}'
s.libraries = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }

Expand Down
14 changes: 10 additions & 4 deletions GData/2.0.0/GData.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@ Pod::Spec.new do |s|
s.name = 'GData'
s.version = '2.0.0'
s.platform = :ios
s.license = 'Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
s.summary = "The Google data APIs provide a simple protocol for reading and writing data on the web. Many Google services provide a Google data API."
s.license = { :type => 'Apache License, Version 2.0', :file => 'COPYING.txt' }
s.summary = "The Google data APIs provide a simple protocol for reading and "\
"writing data on the web. Many Google services provide a Google data API."
s.homepage = 'https://code.google.com/p/gdata-objectivec-client'
s.author = { 'The Google Data APIs team' => 'https://code.google.com/p/gdata-objectivec-client' }
s.source = { :svn => 'http://gdata-objectivec-client.googlecode.com/svn/trunk/Source/' }
s.source_files = 'ACL/*.{h,m}', 'BaseClasses/*.{h,m}', 'Elements/*.{h,m}', 'Geo/*.{h,m}', 'HTTPFetcher/*.{h,m}', 'Introspection/*.{h,m}', 'Media/*.{h,m}', 'Networking/*.{h,m}', 'OAuth2/*.{h,m}', 'XMLSupport/*.{h,m}', '*.{h,m}'

s.source = { :svn => 'http://gdata-objectivec-client.googlecode.com/svn/trunk/',
:revision => '725' }
s.source_files = 'Source/ACL/*.{h,m}', 'Source/BaseClasses/*.{h,m}', 'Source/Elements/*.{h,m}',
'Source/Geo/*.{h,m}', 'Source/HTTPFetcher/*.{h,m}', 'Source/Introspection/*.{h,m}',
'Source/Media/*.{h,m}', 'Source/Networking/*.{h,m}', 'Source/OAuth2/*.{h,m}',
'Source/XMLSupport/*.{h,m}', 'Source/*.{h,m}'
s.libraries = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }

Expand Down

0 comments on commit 3bc4915

Please sign in to comment.