blob: fcfc38f3076de3f9c60fb2c0b9b34a28f4415590 [file] [log] [blame]
{
"name": "NHAVEditor",
"version": "0.0.1",
"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": "9.0"
},
"source": {
"git": "https://github.com/nenhall/NHAVEditor.git",
"tag": "0.0.1"
},
"source_files": [
"NHAVEditor/*.{h,m}",
"NHAVEditor/Unit/*.{h,m}"
],
"frameworks": [
"AVFoundation",
"ImageIO",
"CoreServices",
"UIKit",
"AssetsLibrary",
"Photos"
]
}