blob: 89d990fc33dfaba133f32c1fb2dbaf14b85e99cd [file] [log] [blame]
{
"name": "RouteComposer",
"version": "0.9.5",
"summary": "Standalone UIViewController's routing and composing library.",
"description": "RouteComposer is the library that helps handle routing and composition tasks in the IOs\napplication and support deep linking written in Swift.",
"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.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RouteComposer/Classes/**/*",
"frameworks": "UIKit"
}