[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 0 / 1 / RxSwiftExt / 5.1.0 / RxSwiftExt.podspec.json
blob773efa7248398c8f9c14bc4c37d1f7d591d5331e
2   "name": "RxSwiftExt",
3   "version": "5.1.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     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/RxSwiftCommunity/RxSwiftExt.git",
21     "tag": "5.1.0"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Source/RxSwift",
28         "Source/Tools"
29       ],
30       "frameworks": "Foundation",
31       "dependencies": {
32         "RxSwift": [
33           "~> 5.0"
34         ]
35       }
36     },
37     {
38       "name": "RxCocoa",
39       "source_files": "Source/RxCocoa",
40       "frameworks": "Foundation",
41       "dependencies": {
42         "RxCocoa": [
43           "~> 5.0"
44         ],
45         "RxSwiftExt/Core": [
47         ]
48       }
49     }
50   ]