connectivity_for_web.podspec.json 750 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "connectivity_for_web",
  3. "version": "0.1.0",
  4. "summary": "No-op implementation of connectivity web plugin to avoid build issues on iOS",
  5. "description": "temp fake connectivity_web plugin",
  6. "homepage": "https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_for_web",
  7. "license": {
  8. "file": "../LICENSE"
  9. },
  10. "authors": {
  11. "Flutter Team": "flutter-dev@googlegroups.com"
  12. },
  13. "source": {
  14. "path": "."
  15. },
  16. "source_files": "Classes/**/*",
  17. "dependencies": {
  18. "Flutter": [
  19. ]
  20. },
  21. "platforms": {
  22. "ios": "8.0"
  23. },
  24. "pod_target_xcconfig": {
  25. "DEFINES_MODULE": "YES",
  26. "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
  27. },
  28. "swift_versions": "5.0",
  29. "swift_version": "5.0"
  30. }