blob: 70e6baa3f9efb40d01ddc09e6724334bcb277f4a [file] [log] [blame]
{
"name": "LFLiveKit-ReplayKit",
"version": "0.0.1",
"summary": "Forked form LFLiveKit, A ReplayKit Version",
"homepage": "https://github.com/FranLucky/LFLiveKit-ReplayKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pokeey": "zhangfan8080@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/FranLucky/LFLiveKit-ReplayKit.git",
"tag": "0.0.1"
},
"source_files": "LFLiveKit-ReplayKit/**/*.{h,m,mm,cpp,c}",
"public_header_files": [
"LFLiveKit-ReplayKit/*.h",
"LFLiveKit-ReplayKit/objects/*.h",
"LFLiveKit-ReplayKit/configuration/*.h"
],
"frameworks": [
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"Foundation",
"UIKit"
],
"libraries": [
"c++",
"z"
],
"requires_arc": true
}