[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 1 / 5 / VoxImplantSDK / 2.32.1 / VoxImplantSDK.podspec.json
blob53757906852c5ee22272bff04a421a81d0bba099
2   "name": "VoxImplantSDK",
3   "version": "2.32.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.32.1/VoxImplant.zip",
18     "sha256": "4096bcded5ba9e813740228253141d545666b878bd0cc8a9f17f05572973a26a"
19   },
20   "module_map": "VoxImplantSDK.modulemap",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "VoxImplantSDK.{h,m}",
26       "vendored_frameworks": "VoxImplant.framework",
27       "dependencies": {
28         "VoxImplantWebRTC": [
29           "= 78.3.0"
30         ]
31       }
32     },
33     {
34       "name": "CocoaLumberjackLogger",
35       "user_target_xcconfig": {
36         "GCC_PREPROCESSOR_DEFINITIONS": "VOXIMPLANT_COCOALUMBERJACK=1"
37       },
38       "source_files": "CocoaLumberjackLogger/VIClient+FileLogging.*",
39       "dependencies": {
40         "VoxImplantSDK/Core": [
42         ],
43         "CocoaLumberjack": [
44           "~> 3.4"
45         ]
46       }
47     }
48   ]