webview_flutter_wkwebview.podspec.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "webview_flutter_wkwebview",
  3. "version": "0.0.1",
  4. "summary": "A WebView Plugin for Flutter.",
  5. "description": "A Flutter plugin that provides a WebView widget.\nDownloaded by pub (not CocoaPods).",
  6. "homepage": "https://github.com/flutter/packages",
  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/packages/tree/main/packages/webview_flutter/webview_flutter_wkwebview"
  16. },
  17. "documentation_url": "https://pub.dev/packages/webview_flutter",
  18. "source_files": "webview_flutter_wkwebview/Sources/webview_flutter_wkwebview/**/*.swift",
  19. "ios": {
  20. "dependencies": {
  21. "Flutter": []
  22. }
  23. },
  24. "osx": {
  25. "dependencies": {
  26. "FlutterMacOS": []
  27. }
  28. },
  29. "platforms": {
  30. "ios": "12.0",
  31. "osx": "10.14"
  32. },
  33. "pod_target_xcconfig": {
  34. "DEFINES_MODULE": "YES"
  35. },
  36. "resource_bundles": {
  37. "webview_flutter_wkwebview_privacy": [
  38. "webview_flutter_wkwebview/Sources/webview_flutter_wkwebview/Resources/PrivacyInfo.xcprivacy"
  39. ]
  40. },
  41. "xcconfig": {
  42. "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)/ $(SDKROOT)/usr/lib/swift",
  43. "LD_RUNPATH_SEARCH_PATHS": "/usr/lib/swift"
  44. },
  45. "swift_versions": "5.0",
  46. "swift_version": "5.0"
  47. }