Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devinross/googlecontacts
iOS 8+ framework for accessing Google Contacts
https://github.com/devinross/googlecontacts
Last synced: about 1 month ago
JSON representation
iOS 8+ framework for accessing Google Contacts
- Host: GitHub
- URL: https://github.com/devinross/googlecontacts
- Owner: devinross
- License: mit
- Created: 2015-09-16T10:43:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T14:10:27.000Z (over 9 years ago)
- Last Synced: 2023-04-19T08:20:55.545Z (over 1 year ago)
- Language: Objective-C
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.mdown
- License: LICENSE
Awesome Lists containing this project
README
Google Contacts
===============
Google's API for iOS are fairly confusing. And you need to rely on cocoapods to get all the dependencies in order. Not fun. This repo creates a `.framework` binary you can use to make accessing Google's Contacts API a lot easier & faster.## Installation
The easiest route is to not even clone the repo, but just download a release from this project's releases tab. Then just drag in the `.framework` into your project and you'll be good to go. Or you can clone this repo, `pod install` and build an aggregate framework that you can then drag into your project. The aggregate framework will appear in the Output folder at the root of the clone's directory when everything compiles.In your Xcode project, you need to include the `GoogleService-Info.plist` with the proper information that you can obtain [console.developers.google.com](https://console.developers.google.com/project). Also, in your target's info tab, add the two URL Types you find in the Example (client id & app bundle identifier).
Follow me on twitter [@devin_ross](http://twitter.com/devin_ross).