blob: 5b951319f8e02221d025c57db47bef3e33511264 [file] [log] [blame]
{
"name": "TSCoreData",
"version": "0.0.1",
"summary": "Core Data convenience.",
"description": " Convenience for handling Core Data when using multiple thread, where the\n main tread context is used as the main context.\n",
"license": {
"type": "MIT",
"file": "TSCoreData/Core Data/LICENCE.md"
},
"homepage": "https://github.com/laptobbe/TSCoreData",
"authors": {
"Tobias Sundstrand": "tobias.sundstrand@gmail.com"
},
"source": {
"git": "https://github.com/laptobbe/TSCoreData.git",
"tag": "0.0.1"
},
"source_files": "TSCoreData/Core Data/*.{h,m}",
"requires_arc": false
}