blob: b8c5aaf5e34abbb21600a40036c1663a84789b9b [file] [log] [blame]
{
"name": "ZLPeoplePickerViewController",
"version": "0.2.0",
"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\nFeatures:\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.",
"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.2.0"
},
"source_files": [
"ZLPeoplePickerViewController",
"ZLPeoplePickerViewController/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"AddressBook",
"AddressBookUI"
],
"requires_arc": true,
"dependencies": {
"APAddressBook": [
"0.2.1"
]
}
}