blob: 5257bd243e2e518c9688648155391f2c6d19821d [file] [log] [blame]
{
"name": "HardCoreData",
"version": "0.1.2",
"summary": "CoreData stack and controller that will never block UI thread",
"description": " HardCoreData is a yet another core data stack based on Marcus Zarra's multithreading approach. This smart approach uncouples the writing into its own private queue and keeps the UI smooth as button.\n",
"homepage": "https://github.com/Krivoblotsky/HardCoreData",
"license": "MIT",
"authors": {
"Serg Krivoblotsky": "krivoblotsky@me.com"
},
"source": {
"git": "https://github.com/Krivoblotsky/HardCoreData.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/Krivoblotsky",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "CoreData"
}