blob: d86f4d9df135c43067be0ff32c05fb61e7fae01d [file] [log] [blame]
{
"name": "TXMainThreadCoreDataHelper",
"version": "0.2.0",
"summary": "It's a simple tool to help you use CoreData in your multithreaded iOS/Mac app CORRECTLY.",
"homepage": "https://github.com/TonnyXu/TXMainThreadCoreDataHelper",
"license": {
"type": "Apache License",
"file": "LICENSE-2.0.txt"
},
"authors": {
"Tonny Xu": "tonny.xu@gmail.com"
},
"source": {
"git": "https://github.com/TonnyXu/TXMainThreadCoreDataHelper.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "TXMainThreadMOC*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true
}