blob: 31390a92343aac315949b2b4d7552df760a45942 [file] [log] [blame]
{
"name": "NMContacts",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NMContacts/**/*.swift",
"frameworks": [
"UIKit",
"Contacts"
],
"dependencies": {
"PromiseKit": [
"~> 4.1"
]
},
"pushed_with_swift_version": "3.0"
}