blob: 09691289896575fc5f10f683a04de54fb62092a3 [file] [log] [blame]
{
"name": "JFContactsPicker",
"module_name": "JFContactsPicker",
"version": "1.0.3",
"summary": "A contacts picker component for iOS written in swift using new contacts framwork. Forked from 'EPContactsPicker'.",
"description": "Features\n[x] Single selection and multi-selection options.\n[x] Search Contacts\n[x] Configure the contact data to be shown. (Phone Number, Email, Birthday, or Organization)\n[x] Section indexes to easily navigate through the contacts.\n[x] Shows initials when image is not available.\n[x] Contact object to get the properties of the contacts",
"homepage": "https://github.com/JettF/JFContactsPicker",
"license": "MIT",
"authors": {
"Jett Farmer": "JettFarmer@gmail.com",
"Anthony Miller": "AnthonyMDev@gmail.com"
},
"source": {
"git": "https://github.com/jettf/JFContactsPicker.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"Contacts",
"ContactsUI"
],
"source_files": "Source",
"resource_bundles": {
"JFContactsPicker": [
"Assets/*.xib"
]
},
"pushed_with_swift_version": "3.0"
}