blob: c79971434bac331aca81059a0de0aa94bc002f5d [file] [log] [blame]
{
"name": "TKCoreDataController",
"version": "0.0.7",
"summary": "Controller to simpify settin up a Core Data stack. E.g. asynchronous adding of persistent stores.",
"homepage": "https://github.com/toto/TKCoreDataController",
"license": "MIT",
"authors": {
"Thomas Kollbach": "toto@nxtbgthng.com"
},
"source": {
"git": "https://github.com/toto/TKCoreDataController.git",
"tag": "0.0.7"
},
"source_files": "TKCoreDataController/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8",
"watchos": "2.0"
}
}