blob: d1a564f01e5b48aa96cee08b899ea6e5d2475fa4 [file] [log] [blame]
{
"name": "QBImagePickerControllerNew",
"version": "3.4.0",
"summary": "A clone of UIImagePickerController with multiple selection support.",
"homepage": "https://github.com/laoyuegou/QBImagePicker",
"license": "MIT",
"authors": {
"questbeat": "rn@laoyuegou.com"
},
"source": {
"git": "https://github.com/laoyuegou/QBImagePicker.git",
"tag": "3.4.0"
},
"social_media_url": "https://github.com/laoyuegou",
"source_files": "QBImagePicker/*.{h,m}",
"exclude_files": "QBImagePicker/QBImagePicker.h",
"resource_bundles": {
"QBImagePicker": "QBImagePicker/*.{lproj,storyboard}"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "Photos"
}