[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 6 / 7 / LFLiveKitMac / 0.2.10 / LFLiveKitMac.podspec.json
bloba49f4e292750156e2846b761bfc7b9e9b01d2044
2   "name": "LFLiveKitMac",
3   "version": "0.2.10",
4   "summary": "LFLiveKit macOS port. Based on LFLiveKit for iOS 2.6.",
5   "homepage": "https://github.com/KKBOX/LFLiveKitMac",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "zonble": "zonble@gmail.com"
12   },
13   "platforms": {
14     "osx": "10.8"
15   },
16   "source": {
17     "git": "https://github.com/KKBOX/LFLiveKitMac.git",
18     "tag": "0.2.10"
19   },
20   "source_files": "LFLiveKit/**/*.{h,m,mm,cpp,c}",
21   "public_header_files": [
22     "LFLiveKit/*.h",
23     "LFLiveKit/objects/*.h",
24     "LFLiveKit/configuration/*.h"
25   ],
26   "frameworks": [
27     "VideoToolbox",
28     "AudioToolbox",
29     "AVFoundation",
30     "AudioUnit",
31     "Foundation",
32     "Cocoa"
33   ],
34   "libraries": [
35     "c++",
36     "z"
37   ],
38   "requires_arc": true