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