[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / d / GCDThreadsafe / 0.1.3 / GCDThreadsafe.podspec.json
blob9508c6722ce49ec9bbe125a0ea0707356918a6b8
2   "name": "GCDThreadsafe",
3   "version": "0.1.3",
4   "platforms": {
5     "ios": "6.1",
6     "osx": "10.8"
7   },
8   "authors": {
9     "bryn austin bellomy": "bryn@signals.io"
10   },
11   "summary": "Easy threadsafeing + the performance of Grand Central Dispatch.",
12   "homepage": "http://github.com/brynbellomy/GCDThreadsafe",
13   "license": {
14     "type": "WTFPL",
15     "file": "LICENSE.md"
16   },
17   "source": {
18     "git": "https://github.com/brynbellomy/GCDThreadsafe.git",
19     "tag": "v0.1.3",
20     "submodules": true
21   },
22   "requires_arc": true,
23   "source_files": "GCDThreadsafe/*.{m,h}",
24   "xcconfig": {
25     "CLANG_ENABLE_MODULES": "YES"
26   },
27   "dependencies": {
28     "libextobjc": [
29       "~> 0.2.5"
30     ]
31   }