blob: 7bb3cfe2837040d801415c1907567bee26a6cdd3 [file] [log] [blame]
{
"name": "MLImageCrop",
"version": "0.1",
"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.1"
},
"source_files": "MLImageCrop/*",
"public_header_files": "MLImageCrop/MLImageCropController.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}