blob: fac062ec9456f2ecca40cb6f29bd08570417e905 [file] [log] [blame]
{
"name": "Zoom-SDK-Production-Catalyst",
"version": "5.0.24433.0616",
"summary": "This contains the production pod for Zoom iOS SDK",
"description": "This is the production pod for Zoom iOS SDK. It only contains the frameworks required. Works onlu on device and does not support Simulator",
"homepage": "https://github.com/NikhilCatalyst/Zoom-SDK-Production-Catalyst",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NikhilCatalyst": "nikhilbkuriakose@gmail.com"
},
"source": {
"git": "https://github.com/NikhilCatalyst/Zoom-SDK-Production-Catalyst.git",
"tag": "5.0.24433.0616"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"ios": {
"source_files": "MobileRTC.framework/Headers/**/*.{h,m}",
"public_header_files": "MobileRTC.framework/Headers/**/*.{h,m}",
"vendored_frameworks": "MobileRTC.framework",
"resources": "MobileRTCResources.bundle"
}
}
]
}