blob: 643a18639c527d2d390c7c1a3da49078e8ddc254 [file] [log] [blame]
{
"name": "ICGVideoTrimmer",
"version": "1.0.9",
"summary": "A library for quick video trimming.",
"description": " ICGVideoTrimmer provides an easy-to-use tool for trimming videos in iOS apps. It was built to mimic the look and behavior of Instagram’s video trimmer.\n",
"homepage": "https://github.com/itsmeichigo/ICGVideoTrimmer",
"screenshots": "https://raw.githubusercontent.com/itsmeichigo/ICGVideoTrimmer/master/Screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Huong Do": "huongdt29@gmail.com"
},
"social_media_url": "http://twitter.com/itsmeichigo",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/itsmeichigo/ICGVideoTrimmer.git",
"tag": "1.0.9"
},
"source_files": "Source",
"frameworks": [
"UIKit",
"MobileCoreServices",
"AVFoundation"
],
"requires_arc": true
}