blob: 93d7ed1401876cea939ca9c2a2301bef1252f742 [file] [log] [blame]
{
"name": "RouteComposer",
"version": "0.9",
"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"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RouteComposer/Classes/**/*",
"frameworks": "UIKit"
}