blob: eae4f9c5a1c37ee8b9d77c827aed488d4904d856 [file] [log] [blame]
{
"name": "CCTask",
"version": "1.0.1",
"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/iyouzige/CCTask.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CCTask/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}