blob: e89bcd731a18db27f6a740d289fd700a17944c9d [file] [log] [blame]
{
"name": "CropViewController",
"version": "2.3.7",
"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.3.7"
},
"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_version": "4.1"
}