blob: d8b896b85200f10748398513da1e00405f89c748 [file] [log] [blame]
{
"name": "RSKImageCropper",
"version": "2.2.2",
"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": "2.2.2"
},
"platforms": {
"ios": "6.0"
},
"module_map": "RSKImageCropper/RSKImageCropper.modulemap",
"source_files": "RSKImageCropper/*.{h,m}",
"resources": "RSKImageCropper/RSKImageCropperStrings.bundle",
"frameworks": [
"QuartzCore",
"UIKit"
],
"requires_arc": true
}