[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / b / a / RxWebRTC / 0.2.0 / RxWebRTC.podspec.json
blobe9b66bcc0c57c2b4ddbba422069800c146fe9ba9
2   "name": "RxWebRTC",
3   "version": "0.2.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.2.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_version": "4.1",
21   "frameworks": [
22     "Foundation",
23     "AVFoundation"
24   ],
25   "source_files": "RxWebRTC/Classes/**/*",
26   "dependencies": {
27     "GoogleWebRTC": [
28       "~> 1.1.23094"
29     ],
30     "RxSwift": [
31       "~> 4"
32     ],
33     "RxCocoa": [
34       "~> 4"
35     ]
36   }