blob: a7b2e0f69e7b06cf16ba8a23dc3537ce2035b90b [file] [log] [blame]
{
"name": "ZiwoSDK",
"version": "1.0.0",
"summary": "iOS SDK for Ziwo calls integration.",
"description": "This helps to integrate Ziwo calls using Starscream (websocket), GoogleWebRTC and Verto protocols. This SDK also embed an example app.",
"homepage": "https://github.com/ASWATFZLLC/ziwo-sdk-ios",
"license": "MIT",
"authors": "Emilien Roussel",
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/ASWATFZLLC/ziwo-sdk-ios.git",
"tag": "1.0.0"
},
"source_files": "ziwo-sdk/**/*.{h,m,swift}",
"public_header_files": "ziwo-sdk/**/*.h",
"dependencies": {
"Starscream": [
],
"SwiftyJSON": [
],
"Defaults": [
],
"GoogleWebRTC": [
],
"PromiseKit": [
]
},
"xcconfig": {
"ENABLE_BITCODE": "NO"
},
"swift_version": "5.0"
}