[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 8 / 5 / 4 / GCDKit / 1.2.4 / GCDKit.podspec.json
blobdfb09aee774bc32dbabc4ffac382c329a76877b6
2   "name": "GCDKit",
3   "version": "1.2.4",
4   "license": "MIT",
5   "summary": "GCDKit is Grand Central Dispatch simplified with Swift",
6   "homepage": "https://github.com/JohnEstropia/GCDKit",
7   "authors": {
8     "John Rommel Estropia": "rommel.estropia@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/JohnEstropia/GCDKit.git",
12     "tag": "1.2.4"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source_files": [
21     "Sources",
22     "Sources/**/*.{swift}"
23   ],
24   "frameworks": "Foundation",
25   "requires_arc": true,
26   "pod_target_xcconfig": {
27     "OTHER_SWIFT_FLAGS": "-D USE_FRAMEWORKS"
28   }