blob: bbca88a6db62e4baaaecd4cc7ed7928844dce416 [file] [log] [blame]
{
"name": "MTMContactsManager",
"version": "0.1.0",
"summary": "A module to access the ios address book and retrieve an array of MTMContact.",
"description": "A module to access the ios address book and retrieve an array of MTMContact managing permissions. It returns null if no access will be granted.",
"homepage": "https://github.com/manupeco/MTMContactsManager",
"license": "MIT",
"authors": {
"manupeco": "emanuele.pecorari@gmail.com"
},
"source": {
"git": "https://github.com/manupeco/MTMContactsManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MTMContactsManager/*.{h,m}",
"resource_bundles": {
"MTMContactsManager": [
"Pod/Assets/*.png"
]
}
}