blob: 49206f4011fb27233bf06d03559cd1761a23de47 [file] [log] [blame]
{
"name": "RSKImageCropperSwift",
"version": "1.5.1.swift3",
"summary": "An image cropper for iOS. This version is ported from Objective-C to Swift 3.0.",
"homepage": "https://github.com/tapz/RSKImageCropper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tapani Saarinen": "tsaari@nic.fi",
"Ruslan Skorb": "ruslan.skorb@gmail.com"
},
"source": {
"git": "https://github.com/tapz/RSKImageCropper.git",
"tag": "1.5.1.swift3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RSKImageCropper/*.{swift}",
"resources": "RSKImageCropper/RSKImageCropperStrings.bundle",
"frameworks": [
"QuartzCore",
"UIKit"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}