[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 6 / 7 / 2 / Quickblox-WebRTC / 3.0.1 / Quickblox-WebRTC.podspec.json
blob5a306a8e70327e3313f3dfa1a5021b2b6e07ada7
2   "name": "Quickblox-WebRTC",
3   "version": "3.0.1",
4   "platforms": {
5     "ios": "15.0"
6   },
7   "license": {
8     "type": "QuickBlox SDK License",
9     "file": "LICENSE.md"
10   },
11   "homepage": "https://quickblox.com",
12   "authors": {
13     "Illia Chemolosov": "ilya.chemolosov@quickblox.com",
14     "Igor Khomenko": "igor@quickblox.com",
15     "Andrey Ivanov": "andrey.ivanov@quickblox.com",
16     "Vitaliy Gorbachov": "vitaliy.gorbachov@quickblox.com"
17   },
18   "summary": "Quickblox WebRTC SDK",
19   "description": "QuickBlox iOS WebRTC SDK for integrating audio and video call functionality into apps using the QuickBlox communication backend.",
20   "vendored_frameworks": "QuickbloxWebRTC.xcframework",
21   "source": {
22     "git": "https://github.com/QuickBlox/ios-quickblox-sdk-webrtc.git",
23     "branch": "master",
24     "tag": "3.0.1"
25   },
26   "requires_arc": true,
27   "ios": {
28     "frameworks": [
29       "Foundation",
30       "GLKit",
31       "OpenGLES",
32       "VideoToolbox",
33       "Accelerate",
34       "AudioToolbox",
35       "CoreVideo",
36       "CoreMedia",
37       "CoreAudio",
38       "AVFoundation",
39       "UIKit",
40       "MobileCoreServices",
41       "SystemConfiguration",
42       "CFNetwork",
43       "Security",
44       "QuartzCore",
45       "CoreGraphics"
46     ]
47   },
48   "libraries": [
49     "icucore",
50     "c++",
51     "z"
52   ],
53   "dependencies": {
54     "QuickBlox": [
55       ">= 2.20"
56     ],
57     "QBGoogleWebRTC": [
58       ">= 124.0"
59     ]
60   }