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