blob: 7356bee77cdd5ad6168c79808d58482fc93a0518 [file] [log] [blame]
{
"name": "RSKImageCropper",
"version": "1.5.1",
"summary": "An image cropper for iOS like in the Contacts app with support for landscape orientation.",
"homepage": "https://github.com/ruslanskorb/RSKImageCropper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ruslan Skorb": "ruslan.skorb@gmail.com"
},
"source": {
"git": "https://github.com/ruslanskorb/RSKImageCropper.git",
"tag": "1.5.1"
},
"platforms": {
"ios": "6.0"
},
"module_map": "RSKImageCropper/module.modulemap",
"source_files": "RSKImageCropper/*.{h,m}",
"resources": "RSKImageCropper/RSKImageCropperStrings.bundle",
"frameworks": [
"QuartzCore",
"UIKit"
],
"requires_arc": true
}