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