[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 0 / 1 / RxSwiftExt / 2.4.1 / RxSwiftExt.podspec.json
blob6d1f01e0687de4469acb4c4e38231a650a59daeb
2   "name": "RxSwiftExt",
3   "version": "2.4.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.4.1"
23   },
24   "default_subspecs": "Core",
25   "pushed_with_swift_version": "3.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/RxSwift",
30       "frameworks": "Foundation",
31       "dependencies": {
32         "RxSwift": [
33           "~> 3.4"
34         ]
35       }
36     },
37     {
38       "name": "RxCocoa",
39       "source_files": "Source/RxCocoa",
40       "frameworks": "Foundation",
41       "dependencies": {
42         "RxCocoa": [
43           "~> 3.4"
44         ],
45         "RxSwiftExt/Core": [
47         ]
48       }
49     }
50   ]