[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / c / 7 / ZLPeoplePickerViewController / 0.0.2 / ZLPeoplePickerViewController.podspec.json
blob4dfb1c24cfec56b664b4c91f97ac1496c4749adb
2   "name": "ZLPeoplePickerViewController",
3   "version": "0.0.2",
4   "summary": "A drop-in contact picker that supports UILocalized​Indexed​Collation.",
5   "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",
6   "homepage": "https://github.com/zhxnlai/ZLPeoplePickerViewController",
7   "screenshots": [
8     "https://raw.githubusercontent.com/zhxnlai/ZLPeoplePickerViewController/master/Previews/personVCPreview.gif",
9     "https://raw.githubusercontent.com/zhxnlai/ZLPeoplePickerViewController/master/Previews/emailsPreview.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Zhixuan Lai": "zhxnlai@gmail.com"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source": {
22     "git": "https://github.com/zhxnlai/ZLPeoplePickerViewController.git",
23     "tag": "0.0.2"
24   },
25   "source_files": [
26     "ZLPeoplePickerViewController",
27     "ZLPeoplePickerViewController/**/*.{h,m}"
28   ],
29   "frameworks": [
30     "UIKit",
31     "AddressBook",
32     "AddressBookUI"
33   ],
34   "requires_arc": true,
35   "dependencies": {
36     "APAddressBook": [
38     ]
39   }