blob: b01c46311b7c276bb5142c0b986b8f5c946e90ff [file] [log] [blame]
{
"name": "CPVideoKit",
"version": "0.1.0",
"summary": "A small yet powerful video cropping and scaling library.",
"description": "A small yet powerful video cropping and scaling library that can take an `AVAsset`, crop it, rescale it, and export it to a specified file. It also contains helper methods for calculating the crop area.",
"homepage": "https://github.com/canpoyrazoglu/CPVideoKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Can Poyrazoğlu": "can@canpoyrazoglu.com"
},
"social_media_url": "http://twitter.com/canpoyrazoglu",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/canpoyrazoglu/CPVideoKit.git",
"tag": "0.1.0"
},
"source_files": "CPVideoKit/Classes/**/*.{h,m}"
}