blob: 3ea34f8e20ae03b3ad235f3c225a0bc02d520b4d [file] [log] [blame]
{
"name": "FMVideoRecordKit",
"version": "0.0.3",
"summary": "FMVideoRecordKit is an custom tool for VideoRecording.",
"description": "FMVideoRecordKit 是一个视频录屏工具集合类方便快速接入录制视频功能 主要包含以下功能:1)录屏数据的写入本地文件 2)根据不同的清晰度设置不同的录屏参数 3)将视频文件写入相册",
"homepage": "https://github.com/RICHYANGER/FMVideoRecordKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rich": "richyounger@163.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/RICHYANGER/FMVideoRecordKit.git",
"tag": "0.0.3"
},
"source_files": "FMVideoRecordKit/*.{h,m}",
"requires_arc": true
}