blob: acb2b213bb3a873189f3d023623948ea78f9a47c [file] [log] [blame]
{
"name": "IMCropScrollView",
"version": "1.0.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.0.1"
},
"social_media_url": "https://twitter.com/pionl",
"platforms": {
"ios": "5.1"
},
"requires_arc": true,
"source_files": "IMCropScrollView/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore"
]
}