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