blob: a24d0aa2b7df73a6fa56cb15b976f0c80bcc2536 [file] [log] [blame]
{
"name": "NMContacts",
"version": "0.0.3",
"summary": "Easily load iOS Contacts",
"description": "Easier API to access Contacts on iOS",
"homepage": "https://github.com/NicolasMahe/NMContacts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicolas MaheĢ": "nicolas@mahe.me"
},
"source": {
"git": "https://github.com/NicolasMahe/NMContacts.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NMContacts/**/*.swift",
"frameworks": [
"UIKit",
"Contacts"
],
"dependencies": {
"PromiseKit": [
"~> 4.1"
]
},
"pushed_with_swift_version": "3.0"
}