[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 3 / a / ReSwiftRouter / 0.7.0 / ReSwiftRouter.podspec.json
blobb68e7692d8e1be9427917b36493b81dc7cb2c339
2   "name": "ReSwiftRouter",
3   "version": "0.7.0",
4   "summary": "Declarative Routing for ReSwift",
5   "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.",
6   "homepage": "https://github.com/ReSwift/ReSwift-Router",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Benjamin Encz": "me@benjamin-encz.de"
13   },
14   "source": {
15     "git": "https://github.com/ReSwift/ReSwift-Router.git",
16     "tag": "0.7.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "source_files": "ReSwiftRouter/**/*.swift",
26   "swift_versions": [
27     "5.0",
28     "4.2",
29     "5.0"
30   ],
31   "dependencies": {
32     "ReSwift": [
33       "~> 5.0.0"
34     ]
35   },
36   "swift_version": "5.0"