[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 1 / 5 / VoxImplantSDK / 2.21.2 / VoxImplantSDK.podspec.json
blob3510d6acf3de13cd66b56d37305baa30473cc470
2   "name": "VoxImplantSDK",
3   "version": "2.21.2",
4   "summary": "VoxImplant SDK for iOS",
5   "description": "VoxImplant iOS SDK lets you embed voice communication into your native iOS applications. It is a framework\nthat contains the armv7, arm64, i386 and x86_64 slices.\nBitcode is __disabled__",
6   "homepage": "https://voximplant.com",
7   "documentation_url": "https://voximplant.com/docs/references/iossdk",
8   "license": {
9     "type": "Commercial",
10     "file": "LICENSE.txt"
11   },
12   "authors": "Zingaya, Inc.",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "http": "https://s3.eu-central-1.amazonaws.com/voximplant-releases/ios-sdk/2.21.2/VoxImplant.zip",
18     "sha256": "62547e1b06f2195cf68fc8df9a7046d3e9c0c97588cd86c94bd8432fe0de5488"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "vendored_frameworks": "VoxImplant.framework",
25       "dependencies": {
26         "VoxImplantWebRTC": [
27           "= 74.0.0"
28         ]
29       }
30     },
31     {
32       "name": "CocoaLumberjackLogger",
33       "source_files": "CocoaLumberjackLogger/VIClient+FileLogging.*",
34       "dependencies": {
35         "VoxImplantSDK/Core": [
37         ],
38         "CocoaLumberjack": [
39           "~> 3.4"
40         ]
41       }
42     }
43   ]