[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / b / 0 / 1 / RxSwiftExt / 1.1 / RxSwiftExt.podspec.json
blob24b78495009e2c42c6746b70a810d38bb2ad7510
2   "name": "RxSwiftExt",
3   "version": "1.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.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/RxSwiftCommunity/RxSwiftExt.git",
22     "tag": "1.1"
23   },
24   "source_files": "Source/*.swift",
25   "frameworks": "Foundation",
26   "dependencies": {
27     "RxSwift": [
28       "~> 2.4"
29     ]
30   }