blob: 036564967fbe32aeb5fa3a7053cf919fba97f5df [file] [log] [blame]
{
"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": "gianluca@cocoabeans.me"
},
"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"
]
}
}