path_provider_linux.podspec.json 745 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "path_provider_linux",
  3. "version": "0.0.1",
  4. "summary": "No-op implementation of path_provider linux plugin to avoid build issues on iOS",
  5. "description": "No-op implementation of path_provider linux plugin\nSee https://github.com/flutter/flutter/issues/39659",
  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/path_provider/path_provider_linux"
  16. },
  17. "documentation_url": "https://pub.dev/packages/path_provider",
  18. "dependencies": {
  19. "Flutter": [
  20. ]
  21. },
  22. "platforms": {
  23. "ios": "8.0"
  24. }
  25. }