blob: d8d88598f82f94cc3926234e535fd74cede0bfe6 [file] [log] [blame]
{
"name": "RouteComposer",
"version": "0.9.20",
"summary": "Protocol oriented library that helps to handle view controllers composition, routing and deeplinking tasks.",
"swift_version": "4.2",
"description": "RouteComposer is the protocol oriented, Cocoa UI abstractions based library that helps to handle view controllers composition, routing\nand deep linking tasks in the IOS application.",
"homepage": "https://github.com/saksdirect/route-composer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evgeny Kazaev": "eugene.kazaev@hbc.com"
},
"source": {
"git": "https://github.com/saksdirect/route-composer.git",
"tag": "0.9.20"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RouteComposer/Classes/**/*",
"frameworks": "UIKit"
}