[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 3 / a / ReSwiftRouter / 0.2.4 / ReSwiftRouter.podspec.json
blob274da234889a0c461587efe69f1b453e28a52950
2   "name": "ReSwiftRouter",
3   "version": "0.2.4",
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   "social_media_url": "http://twitter.com/benjaminencz",
15   "source": {
16     "git": "https://github.com/ReSwift/ReSwift-Router.git",
17     "tag": "0.2.4"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "requires_arc": true,
26   "source_files": "ReSwiftRouter/**/*.swift",
27   "dependencies": {
28     "ReSwift": [
29       "~> 0.2.4"
30     ]
31   }