blob: c9b545a2b225c7adc8923cf09b6906d9fa87f792 [file] [log] [blame]
{
"name": "SwiftFlowRouter",
"version": "0.2.1",
"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": "v0.2.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "SwiftFlowRouter/**/*.swift",
"dependencies": {
"SwiftFlow": [
"~> 0.2"
]
}
}