blob: 7cb87f48040c1492d824e256f636c1774d9c1f67 [file] [log] [blame]
{
"name": "UnitOfWork",
"version": "0.1.2",
"summary": "This library provides the best method for using NSOperations called UnitOfWork",
"description": " This library provides the best method for using NSOperations called UnitOfWork used when dealing with Core Data, HTTP, MQTT etc\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/DanielMandea/UnitOfWork",
"license": "MIT",
"authors": {
"Mandea Daniel": "daniel.mandea@yahoo.com"
},
"source": {
"git": "https://github.com/DanielMandea/UnitOfWork.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"UnitOfWork": [
"Pod/Assets/*.png"
]
}
}