Skip to content

Commit

Permalink
Merge pull request #31 from thomasvl/gen_more_services
Browse files Browse the repository at this point in the history
Generate more services
  • Loading branch information
thomasvl committed Aug 19, 2016
2 parents 0a81804 + d52a497 commit 3217e7b
Show file tree
Hide file tree
Showing 63 changed files with 12,554 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Deps/gtm-oauth2
Submodule gtm-oauth2 updated 1 files
+1 −1 GTMOAuth2.podspec
2 changes: 1 addition & 1 deletion Deps/gtm-session-fetcher
34 changes: 33 additions & 1 deletion GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleAPIClientForREST'
s.version = '1.0.2'
s.version = '1.0.3'
s.author = 'Google Inc.'
s.homepage = 'https://github.com/google/google-api-objectivec-client-for-rest'
s.license = { :type => 'Apache', :file => 'LICENSE' }
Expand Down Expand Up @@ -73,6 +73,10 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/AppState/*.{h,m}'
end
s.subspec 'AppsActivity' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/AppsActivity/*.{h,m}'
end
s.subspec 'Bigquery' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Bigquery/*.{h,m}'
Expand All @@ -97,6 +101,10 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Classroom/*.{h,m}'
end
s.subspec 'CloudBilling' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudBilling/*.{h,m}'
end
s.subspec 'CloudBuild' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudBuild/*.{h,m}'
Expand Down Expand Up @@ -181,6 +189,10 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/DoubleClickBidManager/*.{h,m}'
end
s.subspec 'DoubleClickSearch' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/DoubleClickSearch/*.{h,m}'
end
s.subspec 'Drive' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Drive/*.{h,m}'
Expand All @@ -197,6 +209,10 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Freebase/*.{h,m}'
end
s.subspec 'FusionTables' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/FusionTables/*.{h,m}'
end
s.subspec 'Games' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Games/*.{h,m}'
Expand All @@ -217,6 +233,10 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/GroupsMigration/*.{h,m}'
end
s.subspec 'GroupsSettings' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/GroupsSettings/*.{h,m}'
end
s.subspec 'IdentityToolkit' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/IdentityToolkit/*.{h,m}'
Expand Down Expand Up @@ -289,6 +309,10 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/SQLAdmin/*.{h,m}'
end
s.subspec 'SafeBrowsing' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/SafeBrowsing/*.{h,m}'
end
s.subspec 'Script' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Script/*.{h,m}'
Expand Down Expand Up @@ -317,6 +341,10 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Storage/*.{h,m}'
end
s.subspec 'StorageTransfer' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/StorageTransfer/*.{h,m}'
end
s.subspec 'TagManager' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/TagManager/*.{h,m}'
Expand All @@ -337,6 +365,10 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Translate/*.{h,m}'
end
s.subspec 'URLShortener' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/URLShortener/*.{h,m}'
end
s.subspec 'Vision' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Vision/*.{h,m}'
Expand Down
13 changes: 13 additions & 0 deletions Source/GeneratedServices/AppsActivity/GTLRAppsActivity.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// NOTE: This file was generated by the ServiceGenerator.

// ----------------------------------------------------------------------------
// API:
// Google Apps Activity API (appsactivity/v1)
// Description:
// Provides a historical view of activity.
// Documentation:
// https://developers.google.com/google-apps/activity/

#import "GTLRAppsActivityObjects.h"
#import "GTLRAppsActivityQuery.h"
#import "GTLRAppsActivityService.h"
Loading

0 comments on commit 3217e7b

Please sign in to comment.