blob: 5a7173d8b926d5df9339c3cd21431130105ac9b5 [file] [log] [blame]
{
"name": "QBImagePickerController",
"version": "2.1",
"summary": "A clone of UIImagePickerController with multiple selection support.",
"homepage": "https://github.com/questbeat/QBImagePickerController",
"license": "MIT",
"authors": {
"questbeat": "questbeat@gmail.com"
},
"platforms": {
"ios": "6.1"
},
"frameworks": "AssetsLibrary",
"source": {
"git": "https://github.com/questbeat/QBImagePickerController.git",
"tag": "v2.1"
},
"source_files": [
"QBImagePickerController",
"QBImagePickerController/**/*.{h,m}"
],
"resources": "QBImagePickerController/Resources/*.lproj",
"requires_arc": true
}