blob: 537434f5a7a4a08d1232151ac4a1c4c57d28257f [file] [log] [blame]
{
"name": "LFLiveKit",
"version": "1.9.2",
"summary": "LaiFeng ios Live. LFLiveKit.",
"homepage": "https://github.com/chenliming777",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenliming": "chenliming777@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/LaiFengiOS/LFLiveKit.git",
"tag": "1.9.2"
},
"source_files": "LFLiveKit/**/*.{h,m,mm,cpp,c}",
"public_header_files": "LFLiveKit/**/*.h",
"frameworks": [
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"Foundation",
"UIKit"
],
"libraries": [
"c++",
"z"
],
"requires_arc": true,
"dependencies": {
"LMGPUImage": [
"~> 0.1.9"
]
}
}