blob: e209e61992554b6b6a51399300a05216f9476ba8 [file] [log] [blame]
{
"name": "UnitOfWork",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"UnitOfWork": [
"Pod/Assets/*.png"
]
}
}