blob: 0e38bb37f68f1b0125c6c1abe408de29a6a84901 [file] [log] [blame]
{
"name": "HardCoreData",
"version": "0.1.3",
"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.3"
},
"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"
}