blob: 0e85dbf0a8e881c3f0029d97df4212b2416be51b [file] [log] [blame]
{
"name": "CropViewController",
"version": "2.6.0",
"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.6.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Swift/CropViewController/**/*.{h,swift}",
"Objective-C/TOCropViewController/**/*.{h,m}"
],
"exclude_files": "Objective-C/TOCropViewController/include/**/*.h",
"resource_bundles": {
"TOCropViewControllerBundle": [
"Objective-C/TOCropViewController/**/*.lproj"
]
},
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}