blob: a49f4e292750156e2846b761bfc7b9e9b01d2044 [file] [log] [blame]
{
"name": "LFLiveKitMac",
"version": "0.2.10",
"summary": "LFLiveKit macOS port. Based on LFLiveKit for iOS 2.6.",
"homepage": "https://github.com/KKBOX/LFLiveKitMac",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zonble": "zonble@gmail.com"
},
"platforms": {
"osx": "10.8"
},
"source": {
"git": "https://github.com/KKBOX/LFLiveKitMac.git",
"tag": "0.2.10"
},
"source_files": "LFLiveKit/**/*.{h,m,mm,cpp,c}",
"public_header_files": [
"LFLiveKit/*.h",
"LFLiveKit/objects/*.h",
"LFLiveKit/configuration/*.h"
],
"frameworks": [
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"AudioUnit",
"Foundation",
"Cocoa"
],
"libraries": [
"c++",
"z"
],
"requires_arc": true
}