[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 0 / 1 / RxSwiftExt / 3.3.0 / RxSwiftExt.podspec.json
blob9120561824e604d7480c1edcd14a9efdc3c4eb22
2   "name": "RxSwiftExt",
3   "version": "3.3.0",
4   "summary": "RxSwift operators not found in the core distribtion",
5   "description": "A collection of operators for RxSwift adding commonly requested operations not found in the core distribution\nof RxSwift.",
6   "homepage": "https://github.com/RxSwiftCommunity/RxSwiftExt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RxSwiftCommunity": "https://github.com/RxSwiftCommunity"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/RxSwiftCommunity/RxSwiftExt.git",
22     "tag": "3.3.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Source/RxSwift",
30         "Source/Tools"
31       ],
32       "frameworks": "Foundation",
33       "dependencies": {
34         "RxSwift": [
35           "~> 4.0"
36         ]
37       }
38     },
39     {
40       "name": "RxCocoa",
41       "source_files": "Source/RxCocoa",
42       "frameworks": "Foundation",
43       "dependencies": {
44         "RxCocoa": [
45           "~> 4.0"
46         ],
47         "RxSwiftExt/Core": [
49         ]
50       }
51     }
52   ]