{
  "name": "webview_flutter_wkwebview",
  "version": "0.0.1",
  "summary": "A WebView Plugin for Flutter.",
  "description": "A Flutter plugin that provides a WebView widget.\nDownloaded by pub (not CocoaPods).",
  "homepage": "https://github.com/flutter/packages",
  "license": {
    "type": "BSD",
    "file": "../LICENSE"
  },
  "authors": {
    "Flutter Dev Team": "flutter-dev@googlegroups.com"
  },
  "source": {
    "http": "https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_wkwebview"
  },
  "documentation_url": "https://pub.dev/packages/webview_flutter",
  "source_files": "webview_flutter_wkwebview/Sources/webview_flutter_wkwebview/**/*.swift",
  "ios": {
    "dependencies": {
      "Flutter": []
    }
  },
  "osx": {
    "dependencies": {
      "FlutterMacOS": []
    }
  },
  "platforms": {
    "ios": "13.0",
    "osx": "10.15"
  },
  "pod_target_xcconfig": {
    "DEFINES_MODULE": "YES"
  },
  "resource_bundles": {
    "webview_flutter_wkwebview_privacy": [
      "webview_flutter_wkwebview/Sources/webview_flutter_wkwebview/Resources/PrivacyInfo.xcprivacy"
    ]
  },
  "xcconfig": {
    "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)/ $(SDKROOT)/usr/lib/swift",
    "LD_RUNPATH_SEARCH_PATHS": "/usr/lib/swift"
  },
  "swift_versions": "5.0",
  "swift_version": "5.0"
}
