[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / a / RxWebRTC / 0.3.0 / RxWebRTC.podspec.json
blob1cc189ee86832af087ac277ba7403511aab6d446
2   "name": "RxWebRTC",
3   "version": "0.3.0",
4   "summary": "A lightweight RxSwift extension for WebRTC.",
5   "homepage": "https://github.com/xquezme/RxWebRTC",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Pimenov Sergey": "pimenov.sergei@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/xquezme/RxWebRTC.git",
15     "tag": "0.3.0"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": "5.0",
21   "frameworks": [
22     "Foundation",
23     "AVFoundation"
24   ],
25   "source_files": "RxWebRTC/Classes/**/*",
26   "dependencies": {
27     "GoogleWebRTC": [
28       ">= 1.1.28117"
29     ],
30     "RxSwift": [
32     ],
33     "RxCocoa": [
35     ]
36   },
37   "swift_version": "5.0"