[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 0 / c / 7 / ZLPeoplePickerViewController / 0.2.0 / ZLPeoplePickerViewController.podspec.json
blobb8c5aaf5e34abbb21600a40036c1663a84789b9b
2   "name": "ZLPeoplePickerViewController",
3   "version": "0.2.0",
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\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.",
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.2.0"
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": [
37       "0.2.1"
38     ]
39   }