[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / a / 4 / BABCropperView / 0.4.5 / BABCropperView.podspec.json
blob05a8cafefbdcc04cca7837ba18c6ec04acebc60e
2   "name": "BABCropperView",
3   "version": "0.4.5",
4   "summary": "A customizable image cropper view based on UIScrollView.",
5   "description": "A customizable image cropper view based on UIScrollView.\n\nSupports iOS 7.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.",
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.4.5"
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   }