[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 8 / 7 / RxUtils / 1.0.2 / RxUtils.podspec.json
blob7a526391bd3b66e72fe3ddffc3966fc1088e3122
2   "name": "RxUtils",
3   "version": "1.0.2",
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": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RxUtils/Classes/**/*",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "RxSwift": [
29     ],
30     "RxOptional": [
32     ]
33   }