[Add] ReactiveObjCForTDesk 5.0.3
[CocoaPods.git] / Specs / 8 / d / 9 / VDContactPicker / 2.0.1 / VDContactPicker.podspec.json
bloba6f8204c026edf8b310a64e44aae087b386c8cc6
2   "name": "VDContactPicker",
3   "module_name": "VDContactPicker",
4   "version": "2.0.1",
5   "summary": "A contacts picker component for iOS written in swift using new contacts framwork. Based on 'JFContactPicker'.",
6   "description": "Features\n[x] Single selection and multi-selection options.\n[x] Search Contacts\n[x] Configure the contact data to be shown. (Phone Number, Email, Birthday, or Organization)\n[x] Section indexes to easily navigate through the contacts.\n[x] Shows initials when image is not available.\n[x] Contact object to get the properties of the contacts",
7   "homepage": "https://github.com/vdeep/VDContactPicker",
8   "license": "MIT",
9   "authors": {
10     "Vishal Deep": "vishal.deep@live.com"
11   },
12   "source": {
13     "git": "https://github.com/vdeep/VDContactPicker.git",
14     "tag": "2.0.1"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Contacts",
22     "ContactsUI"
23   ],
24   "source_files": "Source",
25   "resource_bundles": {
26     "VDContactPicker": [
27       "Assets/*.xib"
28     ]
29   },
30   "swift_version": "4.1"