blob: 54d3ee303bae5b4520626e36215eafd48207fa24 [file] [log] [blame]
{
"name": "RxWebRTC",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"frameworks": [
"Foundation",
"AVFoundation"
],
"source_files": "RxWebRTC/Classes/**/*",
"dependencies": {
"GoogleWebRTC": [
"~> 1.1.23094"
],
"RxSwift": [
"~> 4"
],
"RxCocoa": [
"~> 4"
]
}
}