Update Google-API-Client.podspec

Added Common subspec for shared files (contains only GTLDefines.h)
This commit is contained in:
@thingsdoer
2013-04-16 16:27:12 +02:00
parent 1cd4b3c807
commit 0bec5ea82f
@@ -37,6 +37,10 @@ Pod::Spec.new do |s|
s.dependency 'SBJson'
s.dependency 'GTMHTTPFetcher'
s.dependency 'gtm-oauth2'
s.subspec 'Common' do |com|
com.source_files = 'Source/GTLDefines.h'
end
s.subspec 'Networking' do |net|
net.source_files = 'Source/Networking/*.{h,m}'