blob: 93d20d8b03435fe0ba955121d9ac0a9a3c930671 [file] [log] [blame]
{
"name": "RouteComposer",
"version": "0.9.14",
"summary": "Protocol oriented library that helps to handle view controllers composition, routing and deeplinking tasks.",
"swift_version": "4.1",
"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.14"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RouteComposer/Classes/**/*",
"frameworks": "UIKit"
}