blob: d7c672792e677ad3efa8449747c234f22e2c848d [file] [log] [blame]
{
"name": "CropViewController",
"version": "2.5.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A Swift view controller that enables cropping and rotating of UIImage objects.",
"homepage": "https://github.com/TimOliver/TOCropViewController",
"authors": "Tim Oliver",
"source": {
"git": "https://github.com/TimOliver/TOCropViewController.git",
"tag": "2.5.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Swift/CropViewController/**/*.{h,swift}",
"Objective-C/TOCropViewController/**/*.{h,m}"
],
"resource_bundles": {
"TOCropViewControllerBundle": [
"Objective-C/TOCropViewController/**/*.lproj"
]
},
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}