[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / a / 9 / WolfGraphics / 1.0.0 / WolfGraphics.podspec.json
blob112aa95e24d9a00cf1d639154088fb4a33dbbc2e
2   "name": "WolfGraphics",
3   "version": "1.0.0",
4   "summary": "A framework for graphics and geometry.",
5   "homepage": "https://github.com/wolfmcnally/WolfGraphics",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wolf McNally": "wolf@wolfmcnally.com"
12   },
13   "source": {
14     "git": "https://github.com/wolfmcnally/WolfGraphics.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "Sources/WolfGraphics/**/*",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.3",
21     "osx": "10.13",
22     "tvos": "11.0"
23   },
24   "module_name": "WolfGraphics",
25   "dependencies": {
26     "WolfColor": [
28     ],
29     "WolfGeometry": [
31     ],
32     "WolfImage": [
34     ]
35   }