blob: 3c9bf8d50fbec852acd520f0728001d99b478dbb [file] [log] [blame]
{
"name": "AndyGCD",
"version": "1.0.1",
"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.1"
},
"source_files": "AndyGCD/**/*",
"frameworks": "Foundation",
"requires_arc": true
}