blob: 61bdb265814bae0559dbc538cbb55ef383ac8076 [file] [log] [blame]
{
"name": "MetalView",
"version": "1.0.0",
"summary": "A view with custom core animation metal layer",
"homepage": "https://github.com/eugenebokhan/MetalView",
"authors": {
"Eugene Bokhan": "eugenebokhan@protonmail.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/eugenebokhan/MetalView.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{swift,metal}",
"swift_versions": "5.1",
"dependencies": {
"Alloy": [
"~> 0.13.2"
],
"SwiftMath": [
"~> 3.2.1"
]
},
"swift_version": "5.1"
}