[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 6 / 0 / JFContactsPicker / 2.0.0 / JFContactsPicker.podspec.json
blob26a8a38975b5eb0e91fa0c8796655962cfbfa7e1
2   "name": "JFContactsPicker",
3   "module_name": "JFContactsPicker",
4   "version": "2.0.0",
5   "summary": "A contacts picker component for iOS written in swift using new contacts framwork. Forked from 'EPContactsPicker'.",
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/JettF/JFContactsPicker",
8   "license": "MIT",
9   "authors": {
10     "Jett Farmer": "jettfarmer@gmail.com",
11     "Anthony Miller": "AnthonyMDev@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/jettf/JFContactsPicker.git",
15     "tag": "2.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "Contacts",
23     "ContactsUI"
24   ],
25   "source_files": "Source",
26   "resource_bundles": {
27     "JFContactsPicker": [
28       "Assets/*.xib"
29     ]
30   }