blob: aed66333b36c4cb81606766700b6db6c2c844b12 [file] [log] [blame]
{
"name": "iOSImageRefiner",
"version": "1.1.0",
"summary": "iOS viewcontroller for cropping and resizing images......",
"description": "iOS viewcontroller that can be added to your existing application so that users can refine their images that are selected.",
"homepage": "https://github.com/asnow003/iOSImageRefiner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Allen Snow": "asnow@allensnow.com"
},
"source": {
"git": "https://github.com/asnow003/iOSImageRefiner.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "11.3"
},
"swift_version": "4.1",
"source_files": [
"iOSImageRefiner/ImageRefiner/ImageRefinerOptions.swift",
"iOSImageRefiner/ImageRefiner/ImageRefinerOptionsViewController.swift",
"iOSImageRefiner/ImageRefiner/ImageRefinerViewController.swift"
],
"resources": [
"iOSImageRefiner/ImageRefiner/ImageRefiner.storyboard",
"iOSImageRefiner/ImageRefiner/ImageRefiner.xcassets"
]
}