blob: bf01d40bdc8f9b07d71f9fcef9c33d15dc71abda [file] [log] [blame]
{
"name": "APLCoreDataStore",
"version": "0.0.1",
"summary": "CoreData stack with synchronized NSManagedObjectContexts for main and private queue.",
"description": " Concept and code is from ['A Guide to Core Data Concurrency' by Theodore Calmes](http://robots.thoughtbot.com/core-data).\n",
"homepage": "https://github.com/apploft/APLCoreDataStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Kamphausen": "michael.kamphausen@apploft.de"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/apploft/APLCoreDataStore.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "CoreData",
"requires_arc": true
}