[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / d / 9 / NHAVEditor / 0.0.2 / NHAVEditor.podspec.json
blobc6d8168e196797cfcc3d84209e951ff46efebb6a
2   "name": "NHAVEditor",
3   "version": "0.0.2",
4   "summary": "基于 AVFoundation 框架封装的 iOS视频编辑工具",
5   "description": "基于 AVFoundation 框架封装的 iOS视频编辑工具,支持给视频添加水印、特效、音乐、导出视频、视频转gif",
6   "homepage": "https://github.com/nenhall/NHAVEditor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nenhall": "nenhall@126.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/nenhall/NHAVEditor.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "NHAVEditor/*.{h,m}",
23     "NHAVEditor/Unit/*.{h,m}"
24   ],
25   "frameworks": [
26     "AVFoundation",
27     "ImageIO",
28     "CoreServices",
29     "UIKit",
30     "AssetsLibrary",
31     "Photos"
32   ]