blob: 84e5c1c4c4296edb2bbd8419f1ac279ef3d9f7fa [file] [log] [blame]
{
"name": "ImageCropper",
"version": "0.1.0",
"summary": "Module for implementing the process of cropping images",
"description": "Module for implementing the process of cropping images\n\nIn the process of creating a variety of projects, developers often face the need to crop images (whether the user's avatar on the social network, background images, and so on).\n\nOf course, iOS provides its own tools for image processing using the \"Photos\" application, but its use is not always convenient, justified, or even possible.\n\nThis library provides the ability to cut out sections of the original image in specified proportions by user's gesture interactions.\n\nThis solution presents itself a module developed on the basis of MVP + Clean Architecture (https://github.com/FortechRomania/ios-mvp-clean-architecture/) by code generator Generatus (https://github.com/Ryasnoy/Generatus)",
"homepage": "https://github.com/nkopilovskii/ImageCropper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nick Kopilovskii": "nkopilovskii@gmail.com"
},
"source": {
"git": "https://github.com/nkopilovskii/ImageCropper.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "ImageCropper/Classes/**/*.{xib,swift}",
"frameworks": "UIKit"
}