Skip to content
Prev Previous commit
Next Next commit
Update generated sources.
cloudbuild is no longer in discovery, drop the generated sources.
  • Loading branch information
thomasvl committed May 31, 2016
commit 824d8ab19c94e4167d58a81c341bec4c28822dd9
4 changes: 0 additions & 4 deletions GoogleAPIClientForREST.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ Pod::Spec.new do |s|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/Classroom/*.{h,m}'
end
s.subspec 'CloudBuild' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudBuild/*.{h,m}'
end
s.subspec 'CloudMonitoring' do |sp|
sp.dependency 'GoogleAPIClientForREST/Core'
sp.source_files = 'Source/GeneratedServices/CloudMonitoring/*.{h,m}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property(copy, nullable) NSString *kind;

/** The user's primary email, e.g. "jsmith\@example.com". */
/** The user's primary email address, e.g. "jsmith\@example.com". */
@property(copy, nullable) NSString *primaryEmail;

@end
Expand Down
13 changes: 0 additions & 13 deletions Source/GeneratedServices/CloudBuild/GTLRCloudBuild.h

This file was deleted.

Loading