shared_preferences_linux.podspec.json 798 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "shared_preferences_linux",
  3. "version": "0.0.1",
  4. "summary": "shared_preferences_linux iOS stub",
  5. "description": "No-op implementation of the Linux shared_preferences plugin to avoid build issues on iOS",
  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/shared_preferences/shared_preferences_linux"
  16. },
  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. }