url_launcher_macos.podspec.json 982 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "url_launcher_macos",
  3. "version": "0.0.1",
  4. "summary": "Flutter macos plugin for launching a URL.",
  5. "description": "A macOS implementation of the url_launcher plugin.",
  6. "homepage": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_macos",
  7. "license": {
  8. "type": "BSD",
  9. "file": "../LICENSE"
  10. },
  11. "authors": {
  12. "Flutter Team": "flutter-dev@googlegroups.com"
  13. },
  14. "source": {
  15. "http": "https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_macos"
  16. },
  17. "source_files": "url_launcher_macos/Sources/url_launcher_macos/**/*.swift",
  18. "resource_bundles": {
  19. "url_launcher_macos_privacy": [
  20. "url_launcher_macos/Sources/url_launcher_macos/Resources/PrivacyInfo.xcprivacy"
  21. ]
  22. },
  23. "dependencies": {
  24. "FlutterMacOS": []
  25. },
  26. "platforms": {
  27. "osx": "10.14"
  28. },
  29. "pod_target_xcconfig": {
  30. "DEFINES_MODULE": "YES"
  31. },
  32. "swift_versions": "5.0",
  33. "swift_version": "5.0"
  34. }