| { |
| "name": "SwiftUIDebug", |
| "version": "1.0.5", |
| "summary": "A lightweight on-screen debug UI written in Swift", |
| "description": "Sometimes it is easier and faster to visualize the log output within the same app. Of course a helpful debug tool doesn't costist of only a log output, there are some other helpful features planned. Stay up to date!'", |
| "homepage": "https://github.com/EMart86/SwiftUIDebug", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Martin Eberl": "eberl_ma@gmx.at" |
| }, |
| "source": { |
| "git": "https://github.com/EMart86/SwiftUIDebug.git", |
| "tag": "1.0.5" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "SwiftUIDebug/Classes/**/*", |
| "dependencies": { |
| "EMTransformableNavigationController": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |