blob: 426026a7b86bfbc92bdb0ff54a9ad12f5a1b4dbf [file] [log] [blame]
{
"name": "GRKImageCrop",
"version": "1.0",
"summary": "A UIImage category which provides \"visible\" pixel cropping capabilities.",
"description": "A UIImage category which provides \"visible\" pixel cropping capabilities.\nA given image can be rectangularly cropped based on calculated insets to \"visible\" pixels.\nVisible pixels are those whose alpha component are greater than or equal to a given alpha\nthreshold.\n",
"homepage": "https://github.com/levigroker/GRKImageCrop",
"license": "Creative Commons Attribution 3.0 Unported License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKImageCrop.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "GRKImageCrop/**/*.{h,m}",
"requires_arc": true
}