blob: 6f79001018914b333840d30fdc578c692d4f400f [file] [log] [blame]
{
"name": "BDGImagePicker",
"version": "0.0.7",
"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.7"
},
"source_files": "*.{h,m}",
"resources": [
"**/*.lproj"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}