[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 5 / 6 / BetterGCD / 0.1.0 / BetterGCD.podspec.json
blob0c33cd75b60bb5dc83b1f133f9636044e53ed561
2   "name": "BetterGCD",
3   "version": "0.1.0",
4   "summary": "BetterGCD ðŸŒª makes GCD fun! A swifty wrapper for the GCD API",
5   "description": "BetterGCD ðŸŒª is a highly simplistic Swift wrapper for the GCD API. While being simplistic, it allows usage of priority queues, timer-like repetition, delays, error catching, block chaining and value passing.",
6   "homepage": "https://github.com/Sebastian-Hojas/BetterGCD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sebastian Hojas": "sebastian.hojas@irrelvant.at"
13   },
14   "source": {
15     "git": "https://github.com/Sebastian-Hojas/BetterGCD.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Source/*"