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