[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 6 / 7 / 2 / Quickblox-WebRTC / 2.8.0 / Quickblox-WebRTC.podspec.json
blob0c1c030720e3013a3dd5694f7ec0dc0e3e40ff24
2   "name": "Quickblox-WebRTC",
3   "version": "2.8.0",
4   "platforms": {
5     "ios": "12.0"
6   },
7   "license": {
8     "type": "QuickBlox SDK License",
9     "text": "\n  QuickBlox iOS SDK is licensed under the QuickBlox SDK License.\n\n  Copyright (c) 2018 QuickBlox\n\n"
10   },
11   "homepage": "https://quickblox.com",
12   "authors": {
13     "Igor Khomenko": "igor@quickblox.com",
14     "Andrey Ivanov": "andrey.ivanov@quickblox.com",
15     "Vitaliy Gorbachov": "vitaliy.gorbachov@quickblox.com"
16   },
17   "summary": "Quickblox WebRTC SDK",
18   "description": "Quickblox iOS WebRTC SDK for developing apps with audio and video calls using QuickBlox communication backend",
19   "vendored_frameworks": "Framework/QuickbloxWebRTC.xcframework",
20   "source": {
21     "git": "https://github.com/QuickBlox/quickblox-ios-sdk.git",
22     "branch": "master",
23     "tag": "WebRTCv2.8.0"
24   },
25   "requires_arc": true,
26   "ios": {
27     "frameworks": [
28       "Foundation",
29       "GLKit",
30       "OpenGLES",
31       "VideoToolbox",
32       "Accelerate",
33       "AudioToolbox",
34       "CoreVideo",
35       "CoreMedia",
36       "CoreAudio",
37       "AVFoundation",
38       "UIKit",
39       "MobileCoreServices",
40       "SystemConfiguration",
41       "CFNetwork",
42       "Security",
43       "QuartzCore",
44       "CoreGraphics"
45     ]
46   },
47   "libraries": [
48     "icucore",
49     "c++",
50     "z"
51   ],
52   "dependencies": {
53     "QuickBlox": [
54       ">= 2.7"
55     ]
56   },
57   "pod_target_xcconfig": {
58     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
59   },
60   "user_target_xcconfig": {
61     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
62   }