Skip to content

Commit 86ec88e

Browse files
committed
Merge pull request #5 from thomasvl/session_fetcher_and_general_updates
SessionFetcher and general updates
2 parents 474cd89 + 4c88533 commit 86ec88e

28 files changed

+755
-1663
lines changed

GoogleAPIClientForREST.podspec

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'GoogleAPIClientForREST'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.author = 'Google Inc.'
55
s.homepage = 'https://github.com/google/google-api-objectivec-client-for-rest'
66
s.license = { :type => 'Apache', :file => 'LICENSE' }
@@ -101,10 +101,6 @@ Pod::Spec.new do |s|
101101
sp.dependency 'GoogleAPIClientForREST/Core'
102102
sp.source_files = 'Source/GeneratedServices/Classroom/*.{h,m}'
103103
end
104-
s.subspec 'CloudBuild' do |sp|
105-
sp.dependency 'GoogleAPIClientForREST/Core'
106-
sp.source_files = 'Source/GeneratedServices/CloudBuild/*.{h,m}'
107-
end
108104
s.subspec 'CloudMonitoring' do |sp|
109105
sp.dependency 'GoogleAPIClientForREST/Core'
110106
sp.source_files = 'Source/GeneratedServices/CloudMonitoring/*.{h,m}'

Source/GeneratedServices/AndroidEnterprise/GTLRAndroidEnterpriseObjects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ NS_ASSUME_NONNULL_BEGIN
11511151
*/
11521152
@property(copy, nullable) NSString *kind;
11531153

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

11571157
@end

Source/GeneratedServices/CloudBuild/GTLRCloudBuild.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)