blob: c4a9ff3fa1842d821f539e9450ef7f9352c649eb [file] [log] [blame]
{
"name": "ZoomMobileRTC",
"authors": "Ivan Vukovic",
"homepage": "https://developer.zoom.us/docs/ios/",
"libraries": [
"sqlite3",
"stdc++.6.0.9",
"z.1.2.5"
],
"license": {
"text": "",
"type": "Commercial"
},
"summary": "ZOOM iOS SDK",
"version": "2.0.0",
"source": {
"git": "https://github.com/SoHotSoup/zoom.git",
"tag": "v2.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "lib/MobileRTC.framework/Headers/*.{h}",
"ios": {
"header_dir": "lib/MobileRTC"
},
"public_header_files": "lib/MobileRTC.framework/Headers/*.h",
"vendored_frameworks": "lib/MobileRTC.framework",
"resources": "lib/MobileRTCResources.bundle",
"frameworks": [
"MobileRTC",
"VideoToolbox"
]
}