blob: b8be7e5f04e32f9e868b9bfd8cdab4adcffb415e [file] [log] [blame]
{
"name": "AndyGCD",
"version": "1.0.2",
"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": "7.0"
},
"source": {
"git": "https://github.com/lyandy/AndyGCD.git",
"tag": "1.0.2"
},
"source_files": "AndyGCD/**/*",
"frameworks": "Foundation",
"requires_arc": true
}