[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / b / 1 / 5 / VoxImplantSDK / 2.42.1 / VoxImplantSDK.podspec.json
blob0cfd38484a54b7fbb16f281a59380de547c3da79
2   "name": "VoxImplantSDK",
3   "version": "2.42.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.42.1/VoxImplant.zip",
18     "sha256": "7f0baf0c1c02ae2b5fccfa4b6f63898377851d8f7ffe70d831b6c4c1a30db2c8"
19   },
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "module_map": "VoxImplantSDK.modulemap",
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "VoxImplantSDK.{h,m}",
32       "vendored_frameworks": "VoxImplant.framework",
33       "dependencies": {
34         "VoxImplantWebRTC": [
35           "= 89.2.0"
36         ]
37       }
38     },
39     {
40       "name": "CocoaLumberjackLogger",
41       "user_target_xcconfig": {
42         "GCC_PREPROCESSOR_DEFINITIONS": "VOXIMPLANT_COCOALUMBERJACK=1"
43       },
44       "source_files": "CocoaLumberjackLogger/VIClient+FileLogging.*",
45       "dependencies": {
46         "VoxImplantSDK/Core": [
48         ],
49         "CocoaLumberjack": [
50           "~> 3.4"
51         ]
52       }
53     }
54   ]