| { |
| "name": "VBImagePickerController", |
| "version": "3.4.3", |
| "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.3" |
| }, |
| "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" |
| } |