[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / a / e / b / RSKImageCropper / 1.5.0 / RSKImageCropper.podspec.json
blob7184084b8020ffaa03fdb312f1f8783ad4065192
2   "name": "RSKImageCropper",
3   "version": "1.5.0",
4   "summary": "An image cropper for iOS like in the Contacts app with support for landscape orientation.",
5   "homepage": "https://github.com/ruslanskorb/RSKImageCropper",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ruslan Skorb": "ruslan.skorb@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ruslanskorb/RSKImageCropper.git",
15     "tag": "1.5.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "RSKImageCropper/*.{h,m}",
21   "resources": "RSKImageCropper/RSKImageCropperStrings.bundle",
22   "frameworks": [
23     "QuartzCore",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "public_header_files": [
28     "RSKImageCropper/RSKImageCropper.h",
29     "RSKImageCropper/RSKImageCropViewController.h",
30     "RSKImageCropper/RSKImageCropViewController+Protected.h"
31   ]