blob: 44f8e485fdfccddad425986bc819bb5068b72808 [file] [log] [blame]
{
"name": "DBImagePicker",
"version": "1.0.2",
"license": "MIT",
"platforms": {
"ios": "7.0"
},
"summary": "Image Picker with support for custom crop areas.",
"description": "A fork of GKImagePicker (0.0.1) updated for iOS 7 and 8, that also takes care of the default sources. Original fork by Ahmed Khalaf, this one fixes an issue with iPhone 6 devices.",
"homepage": "https://github.com/danibachar/GKImagePicker",
"authors": {
"Daniel Bachar": "danibachar89@gmail.com"
},
"source": {
"git": "https://github.com/danibachar/GKImagePicker.git",
"tag": "1.0.2"
},
"resources": "GKImages/*.png",
"source_files": "GKClasses/*.{h,m}",
"preserve_paths": [
"GKClasses",
"GKImages"
],
"frameworks": "UIKit",
"requires_arc": true
}