blob: 9d622ad8b8d152a70b9717d39083f347779cbf62 [file] [log] [blame]
{
"name": "OTAcceleratorCoreCTIAfrica",
"version": "1.1.0",
"summary": "A painless way to integrate WebRTC audio/video(screen sharing) to any iOS applications via OpenTok.",
"description": "The OpenTok Accelerator Core is required whenever you use any of the OpenTok accelerators. The OpenTok Accelerator Core is a common layer that permits all accelerators and samples to share the same OpenTok session. The accelerator packs and sample app access the OpenTok session through the Accelerator Core Pack layer, which allows them to share a single OpenTok session.\n\nOn the Android and iOS mobile platforms, when you try to set a listener (Android) or delegate (iOS), it is not normally possible to set multiple listeners or delegates for the same event. For example, on these mobile platforms you can only set one OpenTok signal listener. The Common Accelerator Session Pack, however, allows you to set up several listeners for the same event.",
"homepage": "https://github.com/mugabi0978/CTICTC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Powell": "samuelk@ctiafrica.com"
},
"source": {
"git": "https://github.com/mugabi0978/CTICTC.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/tokbox",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "OTAcceleratorCore/**/*.{h,m}",
"static_framework": true,
"public_header_files": "OTAcceleratorCore/**/*.{h}",
"dependencies": {
"OTKAnalytics": [
"= 2.1.0"
],
"OpenTok": [
"2.16.5"
],
"SVProgressHUD": [
"= 2.2.1"
]
}
}