[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / c / WolfMetal / 0.1.3 / WolfMetal.podspec.json
blob2614cf255ebc69127dc5eb77ff7b0a30acdc6f86
2   "name": "WolfMetal",
3   "version": "0.1.3",
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.3"
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   }