blob: 36c7a1fdbd892fefd5a46ac4935008437745b262 [file] [log] [blame]
{
"name": "VDContactPicker",
"module_name": "VDContactPicker",
"version": "2.0.2",
"summary": "A contacts picker component for iOS written in swift using new contacts framwork. Based on 'JFContactPicker'.",
"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/vdeep/VDContactPicker",
"license": "MIT",
"authors": {
"Vishal Deep": "vishal.deep@live.com"
},
"source": {
"git": "https://github.com/vdeep/VDContactPicker.git",
"tag": "2.0.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"Contacts",
"ContactsUI"
],
"source_files": "Source",
"resource_bundles": {
"VDContactPicker": [
"Assets/*.xib"
]
},
"swift_version": "4.1"
}