[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / b / RSKImageCropper / 4.0.0 / RSKImageCropper.podspec.json
blob71859436becc5768a80f3e5fdf89ad5c9719e37c
2   "name": "RSKImageCropper",
3   "version": "4.0.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": "4.0.0"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "module_map": "RSKImageCropper/RSKImageCropper.modulemap",
21   "source_files": "RSKImageCropper/*.{h,m}",
22   "resources": "RSKImageCropper/RSKImageCropperStrings.bundle",
23   "frameworks": [
24     "QuartzCore",
25     "UIKit"
26   ],
27   "requires_arc": true