blob: 0295c70ad018465f6f49b83c00d8498d19803f21 [file] [log] [blame]
{
"name": "BDGImagePicker",
"version": "0.0.3",
"summary": "Lightweight wrapper around UIImaPickerController",
"license": "MIT",
"description": "Ultra lightweight wrapper around UIImagePickerController with completion blocks",
"homepage": "https://github.com/BobDG/BDGImagePicker",
"authors": {
"Bob de Graaf": "graafict@gmail.com"
},
"source": {
"git": "https://github.com/BobDG/BDGImagePicker.git",
"tag": "0.0.3"
},
"source_files": "*.{h,m}",
"resources": [
"**/*.lproj"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}