Rocket.Chat.ReactNative/ios/Pods/Local Podspecs/RNImageCropPicker.podspec.json

34 lines
581 B
JSON

{
"name": "RNImageCropPicker",
"version": "0.26.1",
"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": [
]
}
}