blob: 10c8a0d0b0d11745e9af2f3183aabd8c2e0cd1ab [file] [log] [blame]
{
"name": "RouteComposer",
"version": "1.2.3",
"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. Can be used as the universal replacement for the Coordinator pattern.",
"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": "1.2.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RouteComposer/Classes/**/*",
"frameworks": "UIKit"
}