[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 7 / 8 / c / WolfMetal / 0.1.2 / WolfMetal.podspec.json
blobb6bc43e1c627260392baca2ea56611fec16923a5
2   "name": "WolfMetal",
3   "version": "0.1.2",
4   "summary": "Utilities and conveniences for Metal for iOS, macOS, and tvOS.",
5   "description": "Utilities and conveniences for Metal for iOS, macOS, and tvOS. Currently the main thing included is AngularGradientShader.",
6   "homepage": "https://github.com/wolfmcnally/WolfMetal",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wolfmcnally": "wolf@wolfmcnally.com"
13   },
14   "source": {
15     "git": "https://github.com/wolfmcnally/WolfMetal.git",
16     "tag": "0.1.2"
17   },
18   "swift_version": "4.2",
19   "source_files": "WolfMetal/Classes/**/*",
20   "platforms": {
21     "ios": "9.3",
22     "osx": "10.13",
23     "tvos": "11.0"
24   },
25   "frameworks": [
26     "Metal",
27     "CoreGraphics"
28   ],
29   "dependencies": {
30     "WolfColor": [
32     ],
33     "WolfImage": [
35     ],
36     "WolfApp": [
38     ]
39   }