blob: dd2ebcd7d441649433779588670ad1ee5a6e4b28 [file] [log] [blame]
{
"name": "RouteComposer",
"version": "0.9.9.5",
"summary": "Protocol oriented library that helps to handle view controllers composition, routing and deeplinking tasks.",
"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": "ekazaev@gilt.com"
},
"source": {
"git": "https://github.com/saksdirect/route-composer.git",
"tag": "0.9.9.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RouteComposer/Classes/**/*",
"frameworks": "UIKit"
}