[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 1 / 2 / Routing-SebastianPickl / 0.2.0 / Routing-SebastianPickl.podspec.json
blob042639a72cce76c3d249e79f4abb70c1d11ca4be
2   "name": "Routing-SebastianPickl",
3   "module_name": "Routing",
4   "version": "0.2.0",
5   "summary": "Strongly typed routing concept without static navigation flows.",
6   "description": "Router is based on the idea of open navigation flows where any location inside an app can be reached from anywhere by passing instances of `Route` types to corresponding, preregistered `RouteHandler`s. While `Route`s provide necessary information about the desination, `RouteHandler`s will provide instances of a generic `View` type which can be specified as `AnyView`, `UIViewController`, `NSViewController` or any other type.",
7   "homepage": "https://github.com/sebastianpixel/Routing",
8   "authors": "Sebastian Pickl",
9   "social_media_url": "https://twitter.com/SebastianPickl",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "swift_versions": "5.3",
15   "frameworks": [
16     "UIKit"
17   ],
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/sebastianpixel/Routing.git",
23     "tag": "0.2.0"
24   },
25   "source_files": "Sources/Routing/**/*.swift",
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "Tests/RoutingTests"
31     }
32   ],
33   "swift_version": "5.3"