[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 1 / 9 / AndyGCD / 1.0.8 / AndyGCD.podspec.json
blob7a33b57a8f2f48d4e8e4b7abb10a689d11c458c7
2   "name": "AndyGCD",
3   "version": "1.0.8",
4   "summary": "AndyGCD aimed to make C GCD easier and simpler to use.",
5   "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",
6   "homepage": "https://github.com/lyandy/AndyGCD",
7   "license": "MIT",
8   "authors": {
9     "李扬": "liyangforever@vip.qq.com"
10   },
11   "source": {
12     "git": "https://github.com/lyandy/AndyGCD.git",
13     "tag": "1.0.8"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "public_header_files": "AndyGCD/**/*.{h}",
19   "source_files": "AndyGCD/**/*{h,m}",
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "default_subspecs": "GCD",
23   "subspecs": [
24     {
25       "name": "GCD",
26       "source_files": "AndyGCD/GCD/*.{h,m}"
27     },
28     {
29       "name": "Thread",
30       "source_files": "AndyGCD/Thread/*.{h,m}",
31       "platforms": {
32         "ios": "10.0"
33       }
34     }
35   ]