blob: b6bc43e1c627260392baca2ea56611fec16923a5 [file] [log] [blame]
{
"name": "WolfMetal",
"version": "0.1.2",
"summary": "Utilities and conveniences for Metal for iOS, macOS, and tvOS.",
"description": "Utilities and conveniences for Metal for iOS, macOS, and tvOS. Currently the main thing included is AngularGradientShader.",
"homepage": "https://github.com/wolfmcnally/WolfMetal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wolfmcnally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfMetal.git",
"tag": "0.1.2"
},
"swift_version": "4.2",
"source_files": "WolfMetal/Classes/**/*",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"frameworks": [
"Metal",
"CoreGraphics"
],
"dependencies": {
"WolfColor": [
],
"WolfImage": [
],
"WolfApp": [
]
}
}