[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 8 / 0 / UIImage-ImagePickerCrop / 1.0.1 / UIImage-ImagePickerCrop.podspec.json
blob868c7e20a14b1e65fcb91b95a36b2fa48420d81a
2   "name": "UIImage-ImagePickerCrop",
3   "version": "1.0.1",
4   "summary": "Category on UIImage to create full-resolution cropped image from UIImagePickerController info dictionary.",
5   "description": "                   The UIImagePickerController class includes a parameter (allowsEditing) that lets the user move and scale the image and crop it to a square shape.\n\n\t\t\t\t\t\t\t\t\tThe info dictionary returned as part of the UIImagePickerControllerDelegate protocol includes an \"edited\" version of the image, but its resolution is limited to a relatively small size.\n\n\t\t\t\t\t\t\t\t\tHowever, the dictionary also contains a pointer to the full-resolution image along with the the value for the UIImagePickerControllerCropRect key, which is a CGRect corresponding to the area selected by the user.\n\n\t\t\t\t\t\t\t\t\tUnfortunately grabbing a chunk of a UIImage from the device camera is not completely trivial, as the image data is always stored in the device's native orientation with a flag indicating that it should be rotated before being displayed.\n\n\t\t\t\t\t\t\t\t\tSo a bit of low-level CoreGraphics-fu is required to rotate and translate the image before selecting the relevant area and drawing it to a CGContext.\n\n\t\t\t\t\t\t\t\t\tThis category on UIImage does that in order to create a cropped image at the maximum possible resolution.\n",
6   "homepage": "https://github.com/frankus/UIImage-ImagePickerCrop",
7   "license": "MIT",
8   "authors": {
9     "Frank Schmitt": "frank@frankschmitt.org"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/frankus/UIImage-ImagePickerCrop.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "UIImage+ImagePickerCrop.{h,m}",
19   "requires_arc": true