[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / c / WolfMetal / 1.0.1 / WolfMetal.podspec.json
bloba955d3bce2416790ba33ceed8ae4dc25fa3c58e4
2   "name": "WolfMetal",
3   "version": "1.0.1",
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.1"
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     "WolfGraphics": [
32     ]
33   }