[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / 7 / LFLiveKitMac / 0.2.5 / LFLiveKitMac.podspec.json
blob901ea048f35d4cd91f965131a27a2138343ff093
2   "name": "LFLiveKitMac",
3   "version": "0.2.5",
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.5"
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     "Foundation",
31     "Cocoa"
32   ],
33   "libraries": [
34     "c++",
35     "z"
36   ],
37   "requires_arc": true