blob: 442439d0f4dbb48fbdfc436ddd9142ce483f6093 [file] [log] [blame]
{
"name": "SinchRTC",
"version": "4.1.0",
"platforms": {
"ios": "10.0"
},
"summary": "Sinch provides voice and video calling.",
"description": "The Sinch iOS SDK provides real-time communication features and makes\nit easy to add high-definition voice and video calling to iOS applications.\n\n* High-Definition Voice Calling\n* High-Definition Video Calling\n* Sinch's cloud service as backend",
"homepage": "http://www.sinch.com",
"authors": {
"Sinch": "dev@sinch.com"
},
"license": {
"type": "Commercial",
"file": "LICENSE.txt"
},
"source": {
"http": "https://download.sinch.com/ios/4.1/Sinch-iOS-4.1.0-0b1ba200.tar.bz2"
},
"ios": {
"vendored_frameworks": "Sinch.framework"
},
"preserve_paths": [
"Sinch.framework",
"LICENSE.txt"
],
"frameworks": [
"Security",
"AVFoundation",
"AudioToolbox",
"VideoToolbox",
"CoreMedia",
"CoreVideo",
"OpenGLES",
"GLKit",
"QuartzCore",
"CoreImage"
],
"libraries": [
"c++",
"z"
],
"xcconfig": {
"CLANG_CXX_LIBRARY": "libc++"
}
}