[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 9 / b / IMCropScrollView / 1.1.2 / IMCropScrollView.podspec.json
blobfdfbaf0438c21b3f4cc414a9f0111ad3c333f850
2   "name": "IMCropScrollView",
3   "version": "1.1.2",
4   "summary": "IMCropScrollView enables to make scrollView with crop option with rotation. You can also draw a overlay with opacity.",
5   "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",
6   "homepage": "https://github.com/pionl/IMCropScrollView",
7   "license": "MIT",
8   "authors": {
9     "Martin Kluska": "martin.kluska@imakers.cz"
10   },
11   "source": {
12     "git": "https://github.com/pionl/IMCropScrollView.git",
13     "tag": "1.1.2"
14   },
15   "social_media_url": "https://twitter.com/pionl",
16   "platforms": {
17     "ios": "5.1"
18   },
19   "requires_arc": true,
20   "source_files": "IMCropScrollView/*.{h,m}",
21   "frameworks": [
22     "UIKit",
23     "QuartzCore"
24   ]