blob: 1cc189ee86832af087ac277ba7403511aab6d446 [file] [log] [blame]
{
"name": "RxWebRTC",
"version": "0.3.0",
"summary": "A lightweight RxSwift extension for WebRTC.",
"homepage": "https://github.com/xquezme/RxWebRTC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pimenov Sergey": "pimenov.sergei@gmail.com"
},
"source": {
"git": "https://github.com/xquezme/RxWebRTC.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"frameworks": [
"Foundation",
"AVFoundation"
],
"source_files": "RxWebRTC/Classes/**/*",
"dependencies": {
"GoogleWebRTC": [
">= 1.1.28117"
],
"RxSwift": [
],
"RxCocoa": [
]
},
"swift_version": "5.0"
}