blob: a3188dff7c74f7bd456c21248ad3e86227a4adb3 [file] [log] [blame]
{
"name": "PLVLiveKit",
"version": "1.2.1",
"summary": "Polyv iOS streamer.",
"homepage": "http://git.polyv.net/ios/PolyvLiveKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ftao": "fft1026@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://git.polyv.net/ios/PolyvLiveKit",
"tag": "1.2.1"
},
"source_files": "PLVLiveKit/LFLiveKit/**/*.{h,m,mm,cpp,c}",
"public_header_files": [
"PLVLiveKit/LFLiveKit/*.h",
"PLVLiveKit/LFLiveKit/objects/*.h",
"PLVLiveKit/LFLiveKit/configuration/*.h"
],
"frameworks": [
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"Foundation",
"UIKit"
],
"libraries": [
"c++",
"z"
],
"requires_arc": true
}