blob: 7f2c028b4fbae5ce30404364db79e8416b8cd75a [file] [log] [blame]
{
"name": "TKCoreDataController",
"version": "0.0.4",
"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.4"
},
"source_files": "TKCoreDataController/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}