[Add] OpacityCore 3.22.7
[CocoaPods.git] / Specs / 1 / 6 / 3 / MembraneRTC / 4.0.0 / MembraneRTC.podspec.json
blob17e1a3e926b403ce194662785176ce30573d3b21
2   "name": "MembraneRTC",
3   "version": "4.0.0",
4   "summary": "Membrane WebRTC client fully compatible with `Membrane RTC Engine` for iOS.",
5   "homepage": "https://github.com/membraneframework/membrane-webrtc-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Software Mansion": "https://swmansion.com"
12   },
13   "source": {
14     "git": "https://github.com/membraneframework/membrane-webrtc-ios.git",
15     "tag": "4.0.0"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "swift_versions": "5.0",
21   "source_files": "MembraneRTC/Sources/MembraneRTC/**/*",
22   "dependencies": {
23     "WebRTC-SDK": [
25     ],
26     "SwiftProtobuf": [
28     ],
29     "PromisesSwift": [
31     ],
32     "SwiftPhoenixClient": [
34     ],
35     "Logging": [
37     ],
38     "SwiftCollection": [
40     ]
41   },
42   "pod_target_xcconfig": {
43     "ENABLE_BITCODE": "NO"
44   },
45   "subspecs": [
46     {
47       "name": "Broadcast",
48       "source_files": [
49         "MembraneRTC/Sources/MembraneRTC/Media/BroadcastSampleSource.swift",
50         "MembraneRTC/Sources/MembraneRTC/IPC/**/*.{h,m,mm,swift}"
51       ]
52     }
53   ],
54   "swift_version": "5.0"