[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 4 / 0 / XCoordinator / 1.2.0 / XCoordinator.podspec.json
blob85806733c8d89e01c1cdecb49649db476384de31
2   "name": "XCoordinator",
3   "version": "1.2.0",
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.2.0"
16   },
17   "module_name": "XCoordinator",
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "XCoordinator/Classes/*.swift",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "XCoordinator/Classes/*.swift",
28       "frameworks": "UIKit"
29     },
30     {
31       "name": "RxSwift",
32       "dependencies": {
33         "XCoordinator/Core": [
35         ],
36         "RxSwift": [
37           "~> 4.0"
38         ]
39       },
40       "source_files": "XCoordinator/Classes/RxSwift/*.swift"
41     }
42   ]