blob: aff95f1eed5eb36b400811b2a03f4edcebf5e44c [file] [log] [blame]
{
"name": "Navy",
"version": "0.3.1",
"summary": "This is a tool which could easily observe and visualize each route and flow we are tracking on the real time.",
"description": "For a big App, sometime it's hard to check and debug which route we are using. what reaction will be happened once we click somewhere. in order to easily check those scenario whether or not meet the expectation, this tool is created to tackle this requirement.",
"homepage": "https://github.com/AppScaffold/Navy",
"license": "MIT",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/AppScaffold/Navy.git",
"tag": "0.3.1"
},
"source_files": "Navy/**/*.{h,m,swift}",
"exclude_files": "Navy/NavyTests/",
"public_header_files": [
"Navy/Navi.h",
"Navy/AllTouchesGestureRecognizer.h"
],
"authors": "AppScaffold"
}