[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / a / ReSwiftRouter / 0.3.0 / ReSwiftRouter.podspec.json
blob0c4f626b82745b6a332c108c19495e2da9ac4ac1
2   "name": "ReSwiftRouter",
3   "version": "0.3.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   "social_media_url": "http://twitter.com/benjaminencz",
15   "source": {
16     "git": "https://github.com/ReSwift/ReSwift-Router.git",
17     "tag": "0.3.0"
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       "~> 2.0"
30     ]
31   }