[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / a / 4 / BABCropperView / 0.3.0 / BABCropperView.podspec.json
blobec1b0f4d056f30bba9ba069807e368ab836aafa2
2   "name": "BABCropperView",
3   "version": "0.3.0",
4   "summary": "A customizable image cropper view based on UIScrollView.",
5   "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",
6   "homepage": "https://github.com/brynbodayle/BABCropperView",
7   "screenshots": "http://brynbodayle.com/Files/BABCropperView.gif",
8   "license": "MIT",
9   "authors": {
10     "Bryn Bodayle": "bryn.bodayle@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/brynbodayle/BABCropperView.git",
14     "tag": "0.3.0"
15   },
16   "social_media_url": "https://twitter.com/brynbodayle",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "BABCropperView": [
24       "Pod/Assets/*.png"
25     ]
26   }