blob: 6723953a2f02eac1cb9a3fea501aa05577845f02 [file] [log] [blame]
{
"name": "CCTask",
"version": "1.0.2",
"summary": "An iOS Thread waiter",
"description": "You can use CCTask to make the thread wait until the operation finished.",
"homepage": "http://www.wujios.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"youzige": "topqicc@163.com"
},
"source": {
"git": "https://github.com/youzige/CCTask.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CCTask/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}