blob: 17e7350c839ef85a1e71fe0546402d77a979a6b5 [file] [log] [blame]
{
"name": "VBImagePickerController",
"version": "3.4.2",
"summary": "A clone of UIImagePickerController with multiple selection support.",
"homepage": "https://github.com/jifang/QBImagePicker",
"license": "MIT",
"authors": {
"jifang": "fangji@me.com"
},
"source": {
"git": "https://github.com/jifang/QBImagePicker.git",
"tag": "3.4.2"
},
"social_media_url": "https://twitter.com/questbeat",
"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"
}