Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).