[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 0 / 1 / RxSwiftExt / 2.0-beta.1 / RxSwiftExt.podspec.json
blobac2308a54912dbf57a347a6ec17e468cb9c659a0
2   "name": "RxSwiftExt",
3   "version": "2.0-beta.1",
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": "2.0-beta.1"
23   },
24   "source_files": "Source/*.swift",
25   "frameworks": "Foundation",
26   "dependencies": {
27     "RxSwift": [
28       "~> 3.0.0-beta.2"
29     ]
30   }