blob: c6af39529b6b3bbe93471e7f8f8f63ff8c4b3081 [file] [log] [blame]
{
"name": "NYVideoKit",
"version": "0.1.5",
"summary": "NYVideoKit is a lightweight video synthesis library. NYVideoKit captures and records audio and video and saves it to a local sandbox.",
"description": "NYVideoKit is a lightweight video synthesis library. NYVideoKit captures and records audio and video and saves it to a local sandbox. NYVideoKit also allows you to stitch, cut, add filters, add images, and more.",
"homepage": "https://github.com/niyaoyao/NYVideoKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"niyaoyao": "nycode.jn@gmail.com"
},
"source": {
"git": "https://github.com/niyaoyao/NYVideoKit.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NYVideoKit/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation"
]
}