blob: 1a50efdaba5cf62d71cbe5a5cdc363aefe4c85c6 [file] [log] [blame]
{
"name": "MLImageCrop",
"version": "1.0",
"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/productai-ios-ux-imagecrop",
"license": "MIT",
"authors": {
"davidear": "wanghaihan@live.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/MalongTech/productai-ios-ux-imagecrop.git",
"tag": "1.0"
},
"source_files": "MLImageCrop/*",
"public_header_files": "MLImageCrop/*.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}