blob: 760873af9e84424248c6bda1b57e1fbee5149dd4 [file] [log] [blame]
{
"name": "PryntTrimmerView",
"version": "3.0.0",
"summary": "A set of tools written in swift to help you trim and crop a video.",
"description": "First tool is a trimmer view to help you select a portion of an AVAsset. It provides you with a customizable\ncomponent that indicates the portion of the video selected, thanks to image thumbnails of the asset.\nSecond tool is a crop view, to preview a video and select the part of the video you want to crop.",
"homepage": "https://github.com/HHK1/PryntTrimmerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"henryhuck@hotmail.fr": "henryhuck@hotmail.fr"
},
"source": {
"git": "https://github.com/HHK1/PryntTrimmerView.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PryntTrimmerView/Classes/**/*",
"swift_version": "4.2"
}