[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / 1 / 5 / VoxImplantSDK / 2.22.0 / VoxImplantSDK.podspec.json
blob71f56804764f3448c100c4ce58fe114eccfa1b82
2   "name": "VoxImplantSDK",
3   "version": "2.22.0",
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.22.0/VoxImplant.zip",
18     "sha256": "63e0b3861701e5d7032b74ff7cf34765ed8efc35b58f66e36acdc360b8972a96"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "vendored_frameworks": "VoxImplant.framework",
25       "dependencies": {
26         "VoxImplantWebRTC": [
27           "= 74.0.1"
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   ]