blob: eba70d1fcdb6d358f87fd59eaafa5f5a457f9a11 [file] [log] [blame]
{
"name": "UIImageCropper",
"version": "1.3.3",
"summary": "Simple Image cropper for UIImage and UIImagePickerController with customisable aspect ratio.",
"description": "Simple Image cropper for UIImage and 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. With possibility to localized button texts.\nSee example for usage details.",
"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.3.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "UIImageCropper/*"
}