blob: c940dcb525dca432dbaeadfd2a4832398a91ebc2 [file] [log] [blame]
{
"name": "WeexImageCropPicker",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ios/*.{h,m}",
"requires_arc": true,
"dependencies": {
"WeexSDK": [
],
"WeexPluginLoader": [
],
"QBImagePickerController": [
"3.4.0"
],
"RSKImageCropper": [
"1.6.3"
]
}
}