blob: 4de64275e35d391ec47af6266ac77fb1456781ad [file] [log] [blame]
{
"name": "RSKImageCropper",
"version": "0.3.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": "0.3.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "RSKImageCropper",
"frameworks": [
"QuartzCore",
"UIKit"
],
"requires_arc": true
}