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