[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 4 / 0 / XCoordinator / 1.5.1 / XCoordinator.podspec.json
blob89de6dfd06783b4177ed63efb3b1a2b82d9efc51
2   "name": "XCoordinator",
3   "version": "1.5.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/quickbirdstudios/XCoordinator",
8   "authors": {
9     "Stefan Kofler": "stefan.kofler@quickbirdstudios.com",
10     "Paul Kraft": "pauljohannes.kraft@quickbirdstudios.com"
11   },
12   "summary": "Navigation framework based on coordinator pattern.",
13   "source": {
14     "git": "https://github.com/quickbirdstudios/XCoordinator.git",
15     "tag": "1.5.1"
16   },
17   "module_name": "XCoordinator",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "XCoordinator/Classes/*.swift",
23   "default_subspecs": "Core",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "XCoordinator/Classes/*.swift",
29       "frameworks": "UIKit"
30     },
31     {
32       "name": "RxSwift",
33       "dependencies": {
34         "XCoordinator/Core": [
36         ],
37         "RxSwift": [
38           "~> 4.0"
39         ]
40       },
41       "source_files": "XCoordinator/Classes/RxSwift/*.swift"
42     }
43   ]