Skip to content
6 changes: 1 addition & 5 deletions 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.0'
s.version = '1.0.1'
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 @@ -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