blob: bbc82e97c45beb609d76f6575422d3abc6b1b921 [file] [log] [blame]
{
"name": "ASMCropViewController",
"version": "0.1",
"summary": "An iOS view controller for cropping images.",
"homepage": "https://github.com/amolloy/ASMCropViewController",
"screenshots": "https://raw.github.com/amolloy/ASMCropViewController/master/Screenshots/ScreenshotForReadme.png",
"license": "MIT",
"authors": {
"Andy Molloy": "amolloy@gmail.com"
},
"source": {
"git": "https://github.com/amolloy/ASMCropViewController.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"ASMCropViewController/ASMCropImageViewController.{h,m}",
"ASMCropViewController/ASMImageCropView.{h,m}"
],
"requires_arc": true
}