blob: f6d645ffaba3b6a1c4826e936acf988e29265e6e [file] [log] [blame]
{
"name": "SwiftFlowRouter",
"version": "0.2.2",
"summary": "Declarative Routing for Swift Flow",
"description": "A declarative router for Swift Flow. Allows developers to declare routes in a similar manner as\nURLs are used on the web. Using Swift Flow Router you can navigate your app by defining the target location\nin the form of a URL-like sequence of identifiers.",
"homepage": "https://github.com/Swift-Flow/Swift-Flow-Router",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Benjamin Encz": "me@benjamin-encz.de"
},
"social_media_url": "http://twitter.com/benjaminencz",
"source": {
"git": "https://github.com/Swift-Flow/Swift-Flow-Router.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "SwiftFlowRouter/**/*.swift",
"dependencies": {
"SwiftFlow": [
"~> 0.2.2"
]
}
}