blob: 37c339b4be4ee3cbc0777b157c92ce2e438466f8 [file] [log] [blame]
{
"name": "VoxImplantSDK",
"version": "2.28.0",
"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": "9.0"
},
"source": {
"http": "https://s3.eu-central-1.amazonaws.com/voximplant-releases/ios-sdk/2.28.0/VoxImplant.zip",
"sha256": "52c523e262b3c285d411d4a4ba8512ae5271fdf0130ee400133a3474efa25363"
},
"module_map": "VoxImplantSDK.modulemap",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "VoxImplantSDK.{h,m}",
"vendored_frameworks": "VoxImplant.framework",
"dependencies": {
"VoxImplantWebRTC": [
"= 78.1.0"
]
}
},
{
"name": "CocoaLumberjackLogger",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "VOXIMPLANT_COCOALUMBERJACK=1"
},
"source_files": "CocoaLumberjackLogger/VIClient+FileLogging.*",
"dependencies": {
"VoxImplantSDK/Core": [
],
"CocoaLumberjack": [
"~> 3.4"
]
}
}
]
}