[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 2 / ReactiveCommander / 0.0.3 / ReactiveCommander.podspec.json
blob135cde0dd317439a5e7e9dd0e6a692f62ddde4c0
2   "name": "ReactiveCommander",
3   "version": "0.0.3",
4   "summary": "Command Pattern foundation components based on Reactive",
5   "description": "Command Pattern foundation components based on Reactive",
6   "homepage": "https://github.com/SwiftReactive/ReactiveCommander",
7   "license": "MIT",
8   "authors": {
9     "@pepibumur": "pepibumur@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SwiftReactive/ReactiveCommander.git",
13     "tag": "0.0.3"
14   },
15   "default_subspecs": "RX",
16   "platforms": {
17     "tvos": "9.0",
18     "ios": "8.0",
19     "osx": "10.10",
20     "watchos": "2.1"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "RX",
26       "source_files": [
27         "ReactiveCommander/Source/RX/**/*.{swift}"
28       ],
29       "dependencies": {
30         "RxSwift": [
31           "~> 2.0.0-beta"
32         ],
33         "RxCocoa": [
34           "~> 2.0.0-beta"
35         ],
36         "RxBlocking": [
37           "~> 2.0.0-beta"
38         ]
39       }
40     },
41     {
42       "name": "RAC",
43       "source_files": [
44         "ReactiveCommander/Source/RAC/**/*.{swift}"
45       ],
46       "dependencies": {
47         "ReactiveCocoa": [
48           "~> 4.0.0-RC.1"
49         ]
50       }
51     }
52   ]