url_launcher.podspec.json 719 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "url_launcher",
  3. "version": "0.0.1",
  4. "summary": "Flutter plugin for launching a URL.",
  5. "description": "A Flutter plugin for making the underlying platform (Android or iOS) launch a URL.",
  6. "homepage": "https://github.com/flutter/plugins/tree/master/packages/url_launcher",
  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. "public_header_files": "Classes/**/*.h",
  18. "dependencies": {
  19. "Flutter": [
  20. ]
  21. },
  22. "platforms": {
  23. "ios": "8.0"
  24. },
  25. "pod_target_xcconfig": {
  26. "DEFINES_MODULE": "YES",
  27. "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
  28. }
  29. }