blob: b3881cf0cb640d9f7cce490a1d1cbc92af46685e [file] [log] [blame]
{
"name": "ElastosWebRTCSDK",
"version": "1.0.0",
"summary": "Elastos WebRTC iOS SDK",
"description": "Elastos WebRTC iOS SDK Framework Distribution.",
"homepage": "https://www.elastos.org",
"license": {
"type": "GPLv3",
"file": "./LICENSE"
},
"authors": {
"weili": "weili@130mail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/elastos/Elastos.NET.WebRTC.iOS.SDK.git",
"tag": "release-v1.0.0"
},
"source_files": "ElastosWebRTCSDK/*.{swift}",
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"GoogleWebRTC": [
"1.1.31999"
],
"ElastosCarrierSDK": [
"5.6.4"
]
},
"swift_version": "5.0"
}