blob: 8a72fa11659acf4411058b96bfa6dc5e71e9abe5 [file] [log] [blame]
{
"name": "APLCoreDataStore",
"version": "0.0.3",
"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).",
"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.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "CoreData",
"requires_arc": true
}