blob: baaf30b575471d690dce117fb9fbc066929b8459 [file] [log] [blame]
{
"name": "EPContactsPicker",
"version": "1.0.4",
"summary": "A contacts picker component for iOS written in swift using new contacts framwork",
"description": "Features\n1. Single selection and multiselection option\n2. Making the secondary data to show as requested(Phonenumbers, Emails, Birthday and Organisation)\n3. Section Indexes to easily navigate throught the contacts\n4. Showing initials when image is not available\n5. EPContact object to get the properties of the contacts",
"homepage": "https://github.com/ipraba/EPContactsPicker",
"license": "MIT",
"authors": {
"Prabaharan": "mailprabaharan.e@gmail.com"
},
"source": {
"git": "https://github.com/ipraba/EPContactsPicker.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pods",
"frameworks": [
"Contacts",
"ContactsUI"
],
"resources": [
"Pods/EPContactCell.xib"
]
}