[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 7 / 8 / c / WolfMetal / 0.1.0 / WolfMetal.podspec.json
blob501e0dc1795d08773ed972444194c24cf00a1a1e
2   "name": "WolfMetal",
3   "version": "0.1.0",
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.0"
17   },
18   "swift_version": "4.0",
19   "source_files": "WolfMetal/Classes/**/*",
20   "platforms": {
21     "ios": "11.2",
22     "osx": "10.13",
23     "tvos": "11.0"
24   },
25   "frameworks": [
26     "Metal",
27     "CoreGraphics"
28   ],
29   "dependencies": {
30     "WolfCore": [
31       "~> 2.1"
32     ]
33   }