blob: 203b9f69e311e0f56c397d8e9727b48d771abd60 [file] [log] [blame]
{
"name": "KRNImageProcessor",
"version": "0.0.2",
"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.2"
},
"source_files": "Source/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"swift_version": "4.2",
"frameworks": "UIKit",
"requires_arc": true
}