blob: 2945829ec3602d65071a9975cac449ab0bff9895 [file] [log] [blame]
{
"name": "GKImagePicker",
"version": "0.0.1",
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"summary": "Image Picker with support for custom crop areas.",
"description": "Ever wanted a custom crop area for the UIImagePickerController?Now you can have it with GKImagePicker. Just set your customcrop area and thats it. Just 4 lines of code. If you dontset it it uses the same crop area as the defaultUIImagePickerController.",
"homepage": "https://github.com/gekitz/GKImagePicker",
"authors": {
"Georg Kitz": "info@aurora-apps.com"
},
"source": {
"git": "https://github.com/gekitz/GKImagePicker.git",
"commit": "01847cdec21f870b7cdadfae51342990e2a238df"
},
"resources": "GKImages/*.png",
"source_files": "GKClasses/*.{h,m}",
"preserve_paths": [
"GKClasses",
"GKImages"
],
"frameworks": "UIKit",
"requires_arc": true
}