blob: 55009c30af2fc70bbaceb9f5392a7e1d2f1cb472 [file] [log] [blame]
{
"name": "MMSCropView",
"version": "1.0.5",
"summary": "A view controller supporting the feature to crop an image.",
"description": "This class supports the feature for dragging a rectangle over a UIImageView and returning a UIImage with the pixels beneath the crop rectangle cropped from the underlying image.",
"homepage": "https://github.com/miller-ms/MMSCropView",
"screenshots": "https://raw.githubusercontent.com/miller-ms/MMSCropView/master/screenshot.png",
"license": "MIT",
"authors": {
"William Miller": "support@millermobilesoft.com"
},
"source": {
"git": "https://github.com/miller-ms/MMSCropView.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}