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