blob: d2221f0123816576cd87fdc3b27f920931e1f95b [file] [log] [blame]
{
"name": "ios-image-editor",
"version": "1.1.4",
"summary": "iOS View Controller for image cropping. An alternative to the UIImagePickerController editor with extended features and flexibility.",
"description": " iOS View Controller for image cropping. An alternative to the UIImagePickerController editor with extended features and flexibility:\n - Full image resolution\n - Unlimited pan, zoom and rotation\n - Zoom and rotation centered on touch area\n - Double tap to reset\n - Handles EXIF orientations\n - Plug-in your own interface\n",
"homepage": "https://github.com/heitorfr/ios-image-editor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Heitor Ferreira": "me@heitor.fr"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/heitorfr/ios-image-editor.git",
"tag": "1.1.4"
},
"source_files": "ImageEditor/*.{h,m}"
}