blob: 501e0dc1795d08773ed972444194c24cf00a1a1e [file] [log] [blame]
{
"name": "WolfMetal",
"version": "0.1.0",
"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.0"
},
"swift_version": "4.0",
"source_files": "WolfMetal/Classes/**/*",
"platforms": {
"ios": "11.2",
"osx": "10.13",
"tvos": "11.0"
},
"frameworks": [
"Metal",
"CoreGraphics"
],
"dependencies": {
"WolfCore": [
"~> 2.1"
]
}
}