[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / e / d / NMContacts / 0.0.2 / NMContacts.podspec.json
blob0aafd0e6ab178683c259ec4bc65b6986aa537e4c
2   "name": "NMContacts",
3   "version": "0.0.2",
4   "summary": "Easily load iOS Contacts",
5   "description": "Easier API to access Contacts on iOS",
6   "homepage": "https://github.com/NicolasMahe/NMContacts",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nicolas MaheĢ": "nicolas@mahe.me"
13   },
14   "source": {
15     "git": "https://github.com/NicolasMahe/NMContacts.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "NMContacts/**/*.swift",
22   "frameworks": [
23     "UIKit",
24     "Contacts"
25   ],
26   "dependencies": {
27     "PromiseKit": [
28       "~> 4.1"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"