[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 7 / 8 / c / WolfMetal / 1.0.0 / WolfMetal.podspec.json
blob5addb0eb03675341003ae04d5bc671da664e8107
2   "name": "WolfMetal",
3   "version": "1.0.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": "1.0.0"
17   },
18   "swift_versions": "5.0",
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   }