blob: e8cc82ba5f1048b5027624016e13635d31a3c758 [file] [log] [blame]
{
"name": "IMCropScrollView",
"version": "1.1.1",
"summary": "IMCropScrollView enables to make scrollView with crop option with rotation. You can also draw a overlay with opacity.",
"description": "\n This class supports displaying a image in scrollView with croping option. The user can move the image to desired crop and rotate. For rotation\n we use UIImage+Scale with fixOrientation (photos from camera).\n",
"homepage": "https://github.com/pionl/IMCropScrollView",
"license": "MIT",
"authors": {
"Martin Kluska": "martin.kluska@imakers.cz"
},
"source": {
"git": "https://github.com/pionl/IMCropScrollView.git",
"tag": "1.1.1"
},
"social_media_url": "https://twitter.com/pionl",
"platforms": {
"ios": "5.1"
},
"requires_arc": true,
"source_files": "IMCropScrollView/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore"
]
}