blob: 1a516142eb3bea21ef83d51e1913a8210d58d899 [file] [log] [blame]
{
"name": "MoABContactsManager",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MoABContactsManager": [
"Pod/Assets/*.png"
]
}
}