blob: 8ae88daefeede1c00532136433db539c3cf8f916 [file] [log] [blame]
{
"name": "APCDController",
"version": "0.1.0",
"summary": "CoreData stack done right.",
"description": " Simple class containing multithreaded CoreData stack.\n",
"homepage": "https://github.com/Deszip/APCDController",
"license": "MIT",
"authors": {
"Deszip": "igor@alterplay.com"
},
"source": {
"git": "https://github.com/Deszip/APCDController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"APCDController": [
"Pod/Assets/*.png"
]
},
"frameworks": "CoreData"
}