blob: 7ec6d25e909bf58a3b1bdee168078adb70ff42ea [file] [log] [blame]
{
"name": "KRImageTrimmer",
"version": "1.0.0",
"summary": "Simple screen to crop the image to a square.",
"description": "Simple screen to crop the image to a square. You can enlarge, reduce and move.",
"homepage": "https://github.com/kiroru/KRImageTrimmer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"takeguchi": "takeguchi@kiroru-inc.jp"
},
"source": {
"git": "https://github.com/kiroru/KRImageTrimmer.git",
"tag": "1.0.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "KRImageTrimmer/Classes/**/*.swift",
"resource_bundles": {
"KRImageTrimmer": [
"KRImageTrimmer/Assets/**/*.xib"
]
},
"frameworks": [
"UIKit",
"CoreGraphics"
]
}