Is there any sample/example available to use Google People API for iOS?
问题 I went through he documentation for Google People API. https://developers.google.com/people/v1/getting-started I couldn't find any help/sample to implement the same for iOS platform. Is there any help available for iOS platform? 回答1: Yes there is a People API client library for iOS. To include it you specify pod 'GoogleAPIClientForREST/PeopleService', '~> 1.3.4' pod 'GoogleSignIn', '~> 4.1.2' in the Cocoapods pod file. No, I havn't found any documentation of the Google People API client