blob: 3b5b0d2bf5dc7bf367b67e3019a71048ce3dcc8f [file] [log] [blame]
{
"name": "LFLiveKit_quickhack",
"version": "3.0",
"summary": "LaiFeng ios Live. LFLiveKit. This library fix audioBitrate metadata",
"homepage": "https://github.com/longseespace",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenliming": "chenliming777@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/longseespace/LFLiveKit.git",
"tag": "3.0"
},
"source_files": "LFLiveKit/**/*.{h,m,mm,cpp,c}",
"public_header_files": [
"LFLiveKit/*.h",
"LFLiveKit/objects/*.h",
"LFLiveKit/configuration/*.h"
],
"frameworks": [
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"Foundation",
"UIKit"
],
"libraries": [
"c++",
"z"
],
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/Headers/Private/OpenSSL_Universal/** ${PODS_ROOT}/Headers/Public/OpenSSL_Universal/**"
},
"dependencies": {
"OpenSSL-Universal": [
"1.0.2.19"
]
},
"static_framework": true,
"requires_arc": true
}