Latest | 0.1.3 |
---|---|
Homepage | https://github.com/gtranchedone/GTContactsKit |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | VENTokenField, GTFoundation |
Frameworks | UIKit, AddressBook |
Authors |
GTContactsKit is a set of classes for fetching, displaying and selecting contacts from the AddressBook.
TODO
- [ ] Add Unit and Integration Tests
- [ ] Add documentation in header files
- [ ] Add GIF to show GTContactsPickerController styles
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
iOS 7+
Installation
GTContactsKit is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "GTContactsKit"
Author
Gianluca Tranchedone, [email protected]
License
GTContactsKit is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "GTContactsKit", "version": "0.1.3", "summary": "A set of classes for fetching, displaying and selecting contacts from the AddressBook.", "description": " A set of classes for fetching, displaying and selecting contacts from the AddressBook. GTContactsPicker lets you fetch the information and GTContactsPickerController lets you display them and select them using different view styles.n", "homepage": "https://github.com/gtranchedone/GTContactsKit", "license": "MIT", "authors": { "Gianluca Tranchedone": "[email protected]" }, "source": { "git": "https://github.com/gtranchedone/GTContactsKit.git", "tag": "0.1.3" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes", "resource_bundles": { "GTContactsKit": [ "Pod/Assets/*.png" ] }, "frameworks": [ "UIKit", "AddressBook" ], "dependencies": { "VENTokenField": [ "~> 2.2" ], "GTFoundation": [ "~> 0.1" ] } }
Sat, 27 Feb 2016 19:27:03 +0000