34 lines
581 B
JSON
34 lines
581 B
JSON
{
|
|
"name": "RNImageCropPicker",
|
|
"version": "0.25.0",
|
|
"summary": "Select single or multiple images, with cropping option",
|
|
"requires_arc": true,
|
|
"license": "MIT",
|
|
"homepage": "n/a",
|
|
"authors": {
|
|
"ivpusic": ""
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/ivpusic/react-native-image-crop-picker",
|
|
"tag": "v#{version}"
|
|
},
|
|
"source_files": "ios/src/*.{h,m}",
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"dependencies": {
|
|
"RSKImageCropper": [
|
|
|
|
],
|
|
"QBImagePickerController": [
|
|
|
|
],
|
|
"React-Core": [
|
|
|
|
],
|
|
"React-RCTImage": [
|
|
|
|
]
|
|
}
|
|
}
|