blob: 38e88dbead77f1bbb906eacdfac5b5200d0afe50 [file] [log] [blame]
{
"name": "UIImageCropper",
"version": "1.0.1",
"summary": "Simple Image cropper for UIImagePickerController with customisable aspect ratio.",
"description": "Simple UIImage cropper for UIImagePickerController with customisable crop aspect ratio. Made purely with Swift4!\nReplaces the iOS \"crop only to square\" functionality. Easy few line setup with delegate method.",
"homepage": "https://github.com/jvk75/UIImageCropper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jari Kalinainen": "jari@klubitii.com"
},
"source": {
"git": "https://github.com/jvk75/UIImageCropper.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "UIImageCropper/*",
"pushed_with_swift_version": "4"
}