[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 0 / 3 / ReactiveCoordinator / 2.0.0 / ReactiveCoordinator.podspec.json
blob9d12f404994cda0c7942403645bf0edb95eeb043
2   "name": "ReactiveCoordinator",
3   "platforms": {
4     "ios": "11.0"
5   },
6   "summary": "ReactiveCoordinator is a Reactive framework based on the Coordinator pattern.",
7   "requires_arc": true,
8   "version": "2.0.0",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Zafar Ivaev": "z.ivaev@mail.ru"
15   },
16   "homepage": "https://github.com/zafarivaev/ReactiveCoordinator",
17   "source": {
18     "git": "https://github.com/zafarivaev/ReactiveCoordinator.git",
19     "tag": "2.0.0"
20   },
21   "dependencies": {
22     "RxSwift": [
24     ]
25   },
26   "source_files": "ReactiveCoordinator/**/*.{swift}",
27   "swift_versions": "5.0",
28   "swift_version": "5.0"