blob: 768874bd2905f94c8879d0036d5e47be091f7744 [file] [log] [blame]
{
"name": "RouteComposer",
"version": "0.9.25",
"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.25"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RouteComposer/Classes/**/*",
"frameworks": "UIKit"
}