blob: 1e335d7092c55bcfa07d19e3557385d51e21335e [file] [log] [blame]
{
"name": "MMSCropView",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}