blob: 1d5d4600880c1bf28678628d9a071182160004e8 [file] [log] [blame]
{
"name": "TXMainThreadCoreDataHelper",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "TXMainThreadMOC*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true
}