| { |
| "name": "RenderKit", |
| "version": "0.3.8", |
| "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.3.8" |
| }, |
| "source_files": [ |
| "Source", |
| "Source/**/*.swift" |
| ], |
| "dependencies": { |
| "LiveValues": [ |
| "~> 1.1.7" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |