[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / c / f / XRouter / 1.2.3 / XRouter.podspec.json
blob8118b8569bc5d0f0ab69bcfb69a2882053a55a38
2   "name": "XRouter",
3   "version": "1.2.3",
4   "summary": "The simple routing library for iOS.",
5   "description": "A simple routing library for iOS.\nSetup routes and map them to controllers, easy peasy.",
6   "homepage": "https://github.com/hubrioAU/XRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Reece Como": "reece@hubr.io"
13   },
14   "source": {
15     "git": "https://github.com/hubrioAU/XRouter.git",
16     "tag": "1.2.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "Router/Classes/*.swift",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Router/Classes/*.swift",
28       "frameworks": "UIKit"
29     },
30     {
31       "name": "RxSwift",
32       "dependencies": {
33         "XRouter/Core": [
35         ],
36         "RxSwift": [
37           "~> 4.0"
38         ]
39       },
40       "source_files": "Router/Classes/RxSwift/*.swift"
41     }
42   ]