blob: 4de9cbc7da1cdb30da02c6481cbb76c47363af65 [file] [log] [blame]
{
"name": "PryntTrimmerView",
"version": "2.0.1",
"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/prynt/PryntTrimmerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"henryhuck@hotmail.fr": "henryhuck@hotmail.fr"
},
"source": {
"git": "https://github.com/prynt/PryntTrimmerView.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PryntTrimmerView/Classes/**/*"
}