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