[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 9 / 5 / DJIWebRTCCapturer / 0.1.0 / DJIWebRTCCapturer.podspec.json
blob7564c2646a8d39fb77179821c83a414d725a461d
2   "name": "DJIWebRTCCapturer",
3   "version": "0.1.0",
4   "summary": "iOS Swift WebRTC camera capturer for DJI drones",
5   "description": "The DJIWebRTCCapturer is an extension to an existing WebRTC project, based on iOS Swift.\nIt implements the RTCVideoCapturer protocol which adds a DJI drone video stream as localVideoSource to an existing peerConnection.",
6   "homepage": "https://github.com/mmaier/DJIWebRTCCapturer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mmaier": "m.maier@mmwebdesign.at"
13   },
14   "source": {
15     "git": "https://github.com/mmaier/DJIWebRTCCapturer.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "DJIWebRTCCapturer/Classes/**/*",
23   "dependencies": {
24     "GoogleWebRTC": [
26     ],
27     "DJI-SDK-iOS": [
29     ],
30     "DJIWidget": [
32     ]
33   },
34   "pod_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "swift_version": "5.0"