blob: 8f68215c732fe9e6a7b3c1f0803fdceafacfb8b8 [file] [log] [blame]
{
"name": "MoABContactsManager",
"version": "1.0.3",
"summary": "Simple address book contacts manager.",
"description": " MoABContactsManager is a wrapper of AddressBook.framework which allows you to get, create, update or delete contacts in an easy way.\n",
"homepage": "https://github.com/mostachoio/MoABContactsManager",
"license": "MIT",
"authors": {
"Diego Pais": "diego@mostacho.io"
},
"source": {
"git": "https://github.com/mostachoio/MoABContactsManager.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MoABContactsManager": [
"Pod/Assets/*.png"
]
}
}