blob: 2f16f53199cafcee84aaad907d74b4670a40230a [file] [log] [blame]
{
"name": "WeexImageCropPicker",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ios/*.{h,m}",
"requires_arc": true,
"dependencies": {
"WeexSDK": [
],
"QBImagePickerController": [
"~> 3.4.0"
],
"RSKImageCropper": [
"~> 2.0.0"
]
}
}