share_plus.podspec.json 834 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "share_plus",
  3. "version": "0.0.1",
  4. "summary": "No-op spec for share_plus_macos to avoid build issues",
  5. "description": "No-op spec for share_plus_macos to avoid build issues.\nhttps://github.com/flutter/flutter/issues/46618",
  6. "homepage": "https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus",
  7. "license": {
  8. "file": "../LICENSE"
  9. },
  10. "authors": {
  11. "Flutter Community": "authors@fluttercommunity.dev"
  12. },
  13. "source": {
  14. "path": "."
  15. },
  16. "source_files": "share_plus/Sources/share_plus/**/*.swift",
  17. "public_header_files": "share_plus/Sources/share_plus/**/*.h",
  18. "dependencies": {
  19. "FlutterMacOS": []
  20. },
  21. "platforms": {
  22. "osx": "10.14"
  23. },
  24. "resource_bundles": {
  25. "share_plus_privacy": [
  26. "share_plus/Sources/share_plus/PrivacyInfo.xcprivacy"
  27. ]
  28. }
  29. }