| { |
| "name": "WeexImageCropPicker", |
| "version": "1.0.1", |
| "summary": "A weex plugin for image picker", |
| "description": "WeexImageCropPicker is an image picker with support for camera, configurable compression, multiple images and cropping for weex framework.", |
| "homepage": "https://github.com/voids/weex-image-crop-picker", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "voids": "qiudong26@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/voids/weex-image-crop-picker.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ios/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "WeexSDK": [ |
| "~> 0.16.0" |
| ], |
| "QBImagePickerController": [ |
| "~> 3.4.0" |
| ], |
| "RSKImageCropper": [ |
| "~> 2.0.0" |
| ] |
| } |
| } |