[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 3 / 2 / OTAcceleratorPackUtil / 1.2.3 / OTAcceleratorPackUtil.podspec.json
blob6f1b9110b1ff99dfa7ed81d2b52d58f471a7609e
2   "name": "OTAcceleratorPackUtil",
3   "version": "1.2.3",
4   "summary": "OpenTok Common Accelerator Session Pack permits all accelerators and samples to share the same OpenTok session.",
5   "description": "The Common Accelerator Session Pack is required whenever you use any of the OpenTok accelerators. The Common Accelerator Session Pack 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 Common Accelerator Session 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.",
6   "homepage": "https://github.com/opentok/acc-pack-common",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Huang": "lucas@tokbox.com"
13   },
14   "source": {
15     "git": "https://github.com/opentok/acc-pack-common.git",
16     "tag": "1.2.3"
17   },
18   "social_media_url": "https://twitter.com/tokbox",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "ios/OTAcceleratorPackUtilProject/OTAcceleratorPackUtil/**/*.{h,m}",
24   "public_header_files": "ios/OTAcceleratorPackUtilProject/OTAcceleratorPackUtil/**/*.{h}",
25   "dependencies": {
26     "OTKAnalytics": [
28     ],
29     "OpenTok": [
30       "~> 2.9.1"
31     ]
32   }