[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 2 / 9 / b / IMCropScrollView / 1.0.0 / IMCropScrollView.podspec.json
blob3dc8f36e171a6a92ff62e06afa4c0fb11a6b48b1
2   "name": "IMCropScrollView",
3   "version": "1.0.0",
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.0.0"
14   },
15   "social_media_url": "https://twitter.com/pionl",
16   "platforms": {
17     "ios": "5.1"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "IMCrop": [
23       "Pod/Assets/*.JPG"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "QuartzCore"
29   ]