blob: 269f444e57652f4b97653bd0a5c7c7d02d322abb [file] [log] [blame]
{
"name": "AndyGCD",
"version": "1.0.4",
"summary": "AndyGCD aimed to make C GCD easier and simpler to use.",
"description": "AndyGCD aimed to make C GCD easier and simpler to use. Include dispatchQueue、delay、group、timer、semaphore、apply、barrier.",
"homepage": "https://github.com/lyandy/AndyGCD",
"license": "MIT",
"authors": {
"李扬": "liyangforever@vip.qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lyandy/AndyGCD.git",
"tag": "1.0.4"
},
"source_files": "AndyGCD/**/*",
"frameworks": "Foundation",
"requires_arc": true
}