blob: 24874847a111e299371b51f6d31ccddf2413712c [file] [log] [blame]
{
"name": "KTZCoreDataStack",
"version": "0.1.2",
"summary": "A starting point for a Core Data app w/ non-blocking disk saves and background context for performing work.",
"description": "This is a template for a Core Data stack which can be used in apps needing basic support for background writes, main thread access, and background context for work.",
"homepage": "https://github.com/popwarsweet/KTZCoreDataStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle Zaragoza": "popwarsweet@gmail.com"
},
"source": {
"git": "https://github.com/popwarsweet/KTZCoreDataStack.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "KTZCoreDataStack/Classes/**/*"
}