[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / d / 6 / RxReactiveObjC / 2.1.0 / RxReactiveObjC.podspec.json
blob227641832ae3c179cc1a2beeef85c90d8fd5ac0e
2   "name": "RxReactiveObjC",
3   "version": "2.1.0",
4   "summary": "Bridge between RxSwift and ReactiveObjC",
5   "description": "This is a small library that I really had to make. It provides two-way bridging \nbetween RxSwift and ReactiveObjC. The reason it's in a separate repo is because\nI really wanted to run tests on it.",
6   "homepage": "https://github.com/igor-makarov/RxReactiveObjC",
7   "license": "MIT",
8   "authors": {
9     "Igor Makarov": "igormaka@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/igor-makarov/RxReactiveObjC.git",
13     "tag": "2.1.0"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "watchos": "3.0",
18     "osx": "10.10"
19   },
20   "swift_versions": [
21     "5.0",
22     "5.1"
23   ],
24   "dependencies": {
25     "RxSwift": [
26       "~> 6"
27     ],
28     "ReactiveObjC": [
29       ">=3.1.0"
30     ]
31   },
32   "testspecs": [
33     {
34       "name": "CoreTests",
35       "test_type": "unit",
36       "platforms": {
37         "ios": "9.0",
38         "osx": "10.10"
39       },
40       "dependencies": {
41         "RxReactiveObjC/Core": [
43         ]
44       },
45       "source_files": "Tests/**/*.swift"
46     }
47   ],
48   "subspecs": [
49     {
50       "name": "Core",
51       "source_files": "Sources/Core/**/*.swift"
52     },
53     {
54       "name": "MapKit",
55       "platforms": {
56         "ios": "9.0"
57       },
58       "source_files": "Sources/MapKit/**/*.swift",
59       "dependencies": {
60         "RxReactiveObjC/Core": [
62         ],
63         "RxMKMapView": [
65         ]
66       }
67     },
68     {
69       "name": "DataSource",
70       "platforms": {
71         "ios": "9.0"
72       },
73       "source_files": "Sources/DataSource/**/*.swift",
74       "dependencies": {
75         "RxReactiveObjC/Core": [
77         ],
78         "RxDataSources": [
80         ]
81       }
82     }
83   ],
84   "swift_version": "5.1"