blob: 570d084a49342adbc441a059b4d8454efced26a7 [file] [log] [blame]
{
"name": "VoxImplantSDK",
"version": "1.0.17",
"summary": "VoxImplant SDK for iOS",
"description": "VoxImplant SDK for iOS. Supports armv7, arm64, i386, x86_64 architectures.",
"homepage": "http://voximplant.com",
"license": {
"type": "Commercial",
"file": "LICENSE.txt"
},
"authors": "Zingaya, Inc.",
"platforms": {
"ios": "8.0"
},
"source": {
"http": "http://cdn.voximplant.com/downloads/mobilesdk/ios/VoxImplantSDK_1.0.17.zip"
},
"vendored_libraries": "lib/libVoxImplantSDK.a",
"public_header_files": "include/**/*.h",
"source_files": "include",
"frameworks": [
"VideoToolbox",
"GLKit",
"PushKit"
],
"libraries": "c++",
"dependencies": {
"VoxImplantWebRTC": [
"~> 55.0.1"
]
}
}