[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / e / d / NMContacts / 0.0.3 / NMContacts.podspec.json
bloba24d0aa2b7df73a6fa56cb15b976f0c80bcc2536
2   "name": "NMContacts",
3   "version": "0.0.3",
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.3"
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"