blob: 4c51d1885b74ddc7ddc1836aa5edf122e2b53195 [file] [log] [blame]
{
"name": "MMSCropView",
"version": "1.0.0",
"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://s3.amazonaws.com/mms.assets/cocoapods/mmscropview/screenshot.gif",
"license": "MIT",
"authors": {
"William Miller": "support@millermobilesoft.com"
},
"source": {
"git": "https://github.com/miller-ms/MMSCropView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}