Aucune description

RNImageCropPicker.podspec.json 549B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "RNImageCropPicker",
  3. "version": "0.20.3",
  4. "summary": "Select single or multiple images, with cropping option",
  5. "requires_arc": true,
  6. "license": "MIT",
  7. "homepage": "n/a",
  8. "authors": {
  9. "ivpusic": ""
  10. },
  11. "source": {
  12. "git": "https://github.com/ivpusic/react-native-image-crop-picker",
  13. "tag": "v#{version}"
  14. },
  15. "source_files": "ios/src/*.{h,m}",
  16. "platforms": {
  17. "ios": "8.0"
  18. },
  19. "dependencies": {
  20. "RSKImageCropper": [
  21. ],
  22. "QBImagePickerController": [
  23. ],
  24. "React/Core": [
  25. ]
  26. }
  27. }