[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 8 / 7 / RxUtils / 4.2.0 / RxUtils.podspec.json
blob34d429137bb10ee9ef5b3f764a190c62479f58d3
2   "name": "RxUtils",
3   "version": "4.2.0",
4   "summary": "RxSwift utils",
5   "description": "A helpful collection of RxSwift utils.",
6   "homepage": "https://github.com/APUtils/RxUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Plebanovich": "anton.plebanovich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/APUtils/RxUtils.git",
16     "tag": "4.2.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "RxUtils/Classes/**/*",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "APExtensions/Occupiable": [
28       ">= 11"
29     ],
30     "APExtensions/OptionalType": [
31       ">= 11"
32     ],
33     "RxSwift": [
34       ">= 6"
35     ],
36     "RxCocoa": [
37       ">= 6"
38     ],
39     "RxSwiftExt": [
40       ">= 6"
41     ],
42     "RoutableLogger": [
43       ">= 9.1.5"
44     ]
45   }