blob: c6d8168e196797cfcc3d84209e951ff46efebb6a [file] [log] [blame]
{
"name": "NHAVEditor",
"version": "0.0.2",
"summary": "基于 AVFoundation 框架封装的 iOS视频编辑工具",
"description": "基于 AVFoundation 框架封装的 iOS视频编辑工具,支持给视频添加水印、特效、音乐、导出视频、视频转gif",
"homepage": "https://github.com/nenhall/NHAVEditor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nenhall": "nenhall@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nenhall/NHAVEditor.git",
"tag": "0.0.2"
},
"source_files": [
"NHAVEditor/*.{h,m}",
"NHAVEditor/Unit/*.{h,m}"
],
"frameworks": [
"AVFoundation",
"ImageIO",
"CoreServices",
"UIKit",
"AssetsLibrary",
"Photos"
]
}