blob: ead4e2e5a8c17004155e88bb0cd833d4a22d6c8c [file] [log] [blame]
{
"name": "CropViewController",
"version": "2.5.1",
"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.1"
},
"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"
}