blob: 9e5783294abafdd635eb555d77b7157e8b4068fb [file] [log] [blame]
{
"name": "BABCropperView",
"version": "0.5.1",
"summary": "A customizable image cropper view based on UIScrollView.",
"description": "A customizable image cropper view based on UIScrollView.\n\nSupports iOS 8.0+\n\n* Crop size is fully configurable\n* Allows cropping of any part of the image\n* Fully customizable with sensible defaults\n* Works easily with or without Auto Layout\n* Uses memory efficient image crop which handles multiple image orientations\n\nThis is a UIView subclass which allows a user to crop an image to a desired size.",
"homepage": "https://github.com/brynbodayle/BABCropperView",
"screenshots": "http://brynbodayle.com/Files/BABCropperView.gif",
"license": "MIT",
"authors": {
"Bryn Bodayle": "bryn.bodayle@gmail.com"
},
"source": {
"git": "https://github.com/brynbodayle/BABCropperView.git",
"tag": "0.5.1"
},
"social_media_url": "https://twitter.com/brynbodayle",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}