[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / c / 9 / ReactiveReSwiftRouter / 4.0.0 / ReactiveReSwiftRouter.podspec.json
blob1667dca3476609aa47f25617a3920f39993f313e
2   "name": "ReactiveReSwiftRouter",
3   "version": "4.0.0",
4   "summary": "Declarative Routing for ReactiveReSwift",
5   "description": "A declarative router for ReactiveReSwift. 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/richy486/ReactiveReSwiftRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Benjamin Encz": "me@benjamin-encz.de",
13     "Richard Adem": "richy486@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/benjaminencz",
16   "source": {
17     "git": "https://github.com/richy486/ReactiveReSwiftRouter.git",
18     "tag": "4.0.0"
19   },
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "requires_arc": true,
27   "source_files": "ReSwiftRouter/**/*.swift",
28   "dependencies": {
29     "ReactiveReSwift": [
30       "~> 4.0.0"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"