| { |
| "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}" |
| } |