blob: e900b002d962d7cbbf5b8945cba0983a770d1a5b [file] [log] [blame]
{
"name": "VoxImplantSDK",
"version": "2.20.2",
"summary": "VoxImplant SDK for iOS",
"description": "VoxImplant iOS SDK lets you embed voice communication into your native iOS applications. It is a framework\nthat contains the armv7, arm64, i386 and x86_64 slices.\nBitcode is __disabled__",
"homepage": "https://voximplant.com",
"documentation_url": "https://voximplant.com/docs/references/iossdk",
"license": {
"type": "Commercial",
"file": "LICENSE.txt"
},
"authors": "Zingaya, Inc.",
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://s3.eu-central-1.amazonaws.com/voximplant-releases/ios-sdk/2.20.2/VoxImplant.zip",
"sha256": "5dce601e60df97da9e8825a9bb03b1b3f497ff1490e4b834b69b9a04f73ff70b"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "VoxImplant.framework",
"dependencies": {
"VoxImplantWebRTC": [
"= 66.0.3"
]
}
},
{
"name": "CocoaLumberjackLogger",
"source_files": "CocoaLumberjackLogger/VIClient+FileLogging.*",
"dependencies": {
"VoxImplantSDK/Core": [
],
"CocoaLumberjack": [
"~> 3.4"
]
}
}
]
}