blob: ed14ae7693da54b0e4fd795fbe4d8b5e723671a3 [file] [log] [blame]
{
"name": "QCropper",
"version": "0.1.2",
"summary": "Image cropping/rotating/straightening library for iOS in Swift.",
"description": "Image cropping/rotating/straightening library for iOS in Swift.\nThis project aims to provide an image cropping experience like iOS Photos.app.",
"homepage": "https://github.com/qchenqizhi/QCropper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chen": "qchenqizhi@gmail.com"
},
"source": {
"git": "https://github.com/qchenqizhi/QCropper.git",
"tag": "0.1.2"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": "QCropper/**/*",
"resources": [
"Assets/*.png"
],
"frameworks": "UIKit",
"swift_version": "5.0"
}