image_picker.podspec.json 1009 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "image_picker",
  3. "version": "0.0.1",
  4. "summary": "Flutter plugin that shows an image picker.",
  5. "description": "A Flutter plugin for picking images from the image library, and taking new pictures with the camera.\nDownloaded by pub (not CocoaPods).",
  6. "homepage": "https://github.com/flutter/plugins",
  7. "license": {
  8. "type": "BSD",
  9. "file": "../LICENSE"
  10. },
  11. "authors": {
  12. "Flutter Dev Team": "flutter-dev@googlegroups.com"
  13. },
  14. "source": {
  15. "http": "https://github.com/flutter/plugins/tree/master/packages/image_picker"
  16. },
  17. "documentation_url": "https://pub.dev/packages/image_picker",
  18. "source_files": "Classes/**/*",
  19. "public_header_files": "Classes/**/*.h",
  20. "dependencies": {
  21. "Flutter": [
  22. ]
  23. },
  24. "platforms": {
  25. "ios": "8.0"
  26. },
  27. "pod_target_xcconfig": {
  28. "DEFINES_MODULE": "YES",
  29. "VALID_ARCHS": "armv7 arm64 x86_64"
  30. },
  31. "testspecs": [
  32. {
  33. "name": "Tests",
  34. "test_type": "unit",
  35. "source_files": "Tests/**/*"
  36. }
  37. ]
  38. }