blob: f72dac6ae6a1c4b1c9eed618bc3f3e5208649266 [file] [log] [blame]
{
"name": "RenderKit",
"version": "0.4.2",
"summary": "Live Graphics Realtime Render Engine",
"description": "Live Graphics Realtime Render Engine.",
"homepage": "http://hexagons.se",
"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",
"tvos": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/hexagons/renderkit.git",
"branch": "master",
"tag": "0.4.2"
},
"source_files": [
"Source",
"Source/**/*.swift"
],
"dependencies": {
"LiveValues": [
"~> 1.1.7"
]
},
"swift_version": "5.0"
}