blob: 804985e3083806278686165af43f4733b6685903 [file] [log] [blame]
{
"name": "GKImagePicker@robseward",
"version": "0.0.7",
"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/robseward/GKImagePicker",
"authors": {
"Georg Kitz": "info@aurora-apps.com",
"Ahmed Khalaf": "ahmed@arkuana.co",
"Rob Seward": "rob@robseward.com"
},
"source": {
"git": "https://github.com/robseward/GKImagePicker.git",
"tag": "0.0.7"
},
"resources": "GKImages/*.png",
"source_files": "GKClasses/*.{h,m}",
"preserve_paths": [
"GKClasses",
"GKImages"
],
"frameworks": "UIKit",
"requires_arc": true
}