[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / 1 / 5 / VoxImplantSDK / 2.25.1 / VoxImplantSDK.podspec.json
blob057e1a44d47def813f062fc7eb14dacc84acb0d9
2   "name": "VoxImplantSDK",
3   "version": "2.25.1",
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": "9.0"
15   },
16   "source": {
17     "http": "https://s3.eu-central-1.amazonaws.com/voximplant-releases/ios-sdk/2.25.1/VoxImplant.zip",
18     "sha256": "33a38dae18210b0f3408f28456f668f406c72269853589fdbeedd618313fac42"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "vendored_frameworks": "VoxImplant.framework",
25       "dependencies": {
26         "VoxImplantWebRTC": [
27           "= 74.1.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   ]