blob: e331aabe7fce05980e02b3d56f5063b26b3d6ba9 [file] [log] [blame]
{
"name": "AndyGCD",
"version": "1.0.9",
"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.0.9"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "AndyGCD/AndyGCD.h",
"source_files": "AndyGCD/AndyGCD.h",
"frameworks": "Foundation",
"requires_arc": true,
"default_subspecs": "GCD",
"subspecs": [
{
"name": "GCD",
"source_files": "AndyGCD/GCD/*.{h,m}",
"public_header_files": "AndyGCD/GCD/*.{h}"
},
{
"name": "Thread",
"source_files": "AndyGCD/Thread/*.{h,m}",
"public_header_files": "AndyGCD/Thread/*.{h}",
"platforms": {
"ios": "10.0"
}
}
]
}