blob: 29b203818be340cafe35350e4c8fd110fe7ae78f [file] [log] [blame]
{
"name": "Navigation",
"version": "0.0.1",
"summary": "Navigation is a framework that provides an another look on iOS app screens navigation",
"description": "Navigation framework provides you a ready-to-go distributed navigation mechanism, that cares mostly about \"where\" you want to go,\nnot \"how\" you want to do it.",
"homepage": "https://github.com/gitvalue/Navigation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Volosach": "dmitry.volosach@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gitvalue/Navigation.git",
"tag": "0.0.1"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"pushed_with_swift_version": "4.0"
}