blob: 4dfb1c24cfec56b664b4c91f97ac1496c4749adb [file] [log] [blame]
{
"name": "ZLPeoplePickerViewController",
"version": "0.0.2",
"summary": "A drop-in contact picker that supports UILocalized​Indexed​Collation.",
"description": " ZLPeoplePickerViewController is a drop-in contact picker that supports UILocalized​Indexed​Collation.\n\n Features:\n ---\n - Supports multilingual indexing and sorting by implementing UILocalized​Indexed​Collation using LRIndexedCollationWithSearch.\n - Supports searching by name, emails and addresses. The results are displayed using UISearchController in iOS 8.\n - Supports multiple selection.\n - Supports field mask for filtering contacts.\n",
"homepage": "https://github.com/zhxnlai/ZLPeoplePickerViewController",
"screenshots": [
"https://raw.githubusercontent.com/zhxnlai/ZLPeoplePickerViewController/master/Previews/personVCPreview.gif",
"https://raw.githubusercontent.com/zhxnlai/ZLPeoplePickerViewController/master/Previews/emailsPreview.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhixuan Lai": "zhxnlai@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhxnlai/ZLPeoplePickerViewController.git",
"tag": "0.0.2"
},
"source_files": [
"ZLPeoplePickerViewController",
"ZLPeoplePickerViewController/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"AddressBook",
"AddressBookUI"
],
"requires_arc": true,
"dependencies": {
"APAddressBook": [
]
}
}