blob: c877a0cd211329fcbdaa83d90c03bcc241a165be [file] [log] [blame]
{
"name": "KRNImageProcessor",
"version": "0.0.1",
"summary": "KRNImageProcessor is a simple group of classes to crop, resize and perform other actions with images",
"homepage": "https://github.com/ulian-onua/KRNImageProcessor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Drapaylo": "ulian.onua@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ulian-onua/KRNImageProcessor.git",
"tag": "0.0.1"
},
"source_files": "Source/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"swift_version": "4.0",
"frameworks": "UIKit",
"requires_arc": true
}