blob: f589cb582b5a97537c2bcbbf5f59f31d8f2ff996 [file] [log] [blame]
{
"name": "BABCropperView",
"version": "0.1.0",
"summary": "A customizable image cropper view based on UIScrollView.",
"description": " A customizable image cropper view based on UIScrollView.\n\t\t\t\t\t\t\t\t\t\t\t \n\t\t\t\t\t\t\t\t\t\t\t Supports iOS 7.0+\n\n\t\t\t\t\t\t\t\t\t\t\t * Crop size is fully configurable\n\t\t\t\t\t\t\t\t\t\t\t * Allows cropping of any part of the image\n\t\t\t\t\t\t\t\t\t\t\t * Fully customizable with sensible defaults\n\t\t\t\t\t\t\t\t\t\t\t * Works easily with or without Auto Layout\n\t\t\t\t\t\t\t\t\t\t\t * Uses memory efficient image crop which handles multiple image orientations\n\n\t\t\t\t\t\t\t\t\t\t\t This is a UIView subclass which allows a user to crop an image to a desired size.\n\t\t\t\t\t\t\t\t\t\t\t \n",
"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.1.0"
},
"social_media_url": "https://twitter.com/brynbodayle",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BABCropperView": [
"Pod/Assets/*.png"
]
}
}