blob: d91de3f2e2e68ed4dc61a4bb9cf572ddc0a28a4c [file] [log] [blame]
{
"name": "PryntTrimmerView",
"version": "4.0.2",
"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": "4.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/PryntTrimmerView/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}