blob: 7abd227097140a78d914c3bb3add1cd819de7246 [file] [log] [blame]
{
"name": "MLImageCrop",
"version": "0.4",
"summary": "A Objective-C library for iOS used to crop or select rect of image",
"description": "A Objective-C library for iOS. It provide a customizable UI for user to select or crop a rect in image.",
"homepage": "https://github.com/malongtech/MLImageCrop",
"license": "MIT",
"authors": {
"Haihan Wang": "wanghaihan@live.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/malongtech/MLImageCrop.git",
"tag": "0.4"
},
"source_files": "MLImageCrop/*",
"public_header_files": "MLImageCrop/MLImageCropController.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}