blob: 2fbb48d79302ed31ae56c769aa0bf890abd3cc58 [file] [log] [blame]
{
"name": "VertexKit",
"version": "0.2.0",
"summary": "a Framework for iOS & macOS.",
"description": "a collection of live graphics tools for realtime editing.",
"homepage": "http://pixelkit.dev",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hexagons": "anton@hexagons.se"
},
"social_media_url": "https://twitter.com/anton_hexagons",
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/hexagons/VertexKit.git",
"branch": "master",
"tag": "0.2.0"
},
"source_files": [
"Source",
"Source/**/*.swift"
],
"ios": {
"resources": "Resources/Metal Libs/VertexKitShaders.metallib"
},
"osx": {
"resources": "Resources/Metal Libs/VertexKitShaders-macOS.metallib"
},
"dependencies": {
"PixelKit": [
]
}
}