blob: 14568727120d2a8cc47621ae91136e754e59e7b9 [file] [log] [blame]
{
"name": "CPVideoKit",
"version": "0.1.2",
"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.2"
},
"source_files": "CPVideoKit/Classes/**/*.{h,m}"
}