blob: 0440e061f76c317ffe1b71de6b7684bc9c8d1dc4 [file] [log] [blame]
{
"name": "TLDataManager",
"version": "0.2.0",
"summary": "A robust object that manages a single CoreData stack.",
"description": " The `TLDataManager` manages a single CoreData stack consisting of one master\n `NSManagedObjectContext` on a private thread, one main `NSManagedObjectContext` on\n the main thread, and one background `NSManagedObjectContext` on a background thread.\n",
"homepage": "https://github.com/tablelist/TLDataManager",
"license": "MIT",
"authors": {
"Andrew Barba": "andrew@tablelistapp.com"
},
"source": {
"git": "https://github.com/tablelist/TLDataManager.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h"
}