{
  "name": "local_auth_darwin",
  "version": "0.0.1",
  "summary": "Flutter Local Auth",
  "description": "This Flutter plugin provides means to perform local, on-device authentication of the user.\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/local_auth"
  },
  "documentation_url": "https://pub.dev/packages/local_auth_darwin",
  "source_files": "local_auth_darwin/Sources/local_auth_darwin/**/*.swift",
  "ios": {
    "dependencies": {
      "Flutter": []
    }
  },
  "osx": {
    "dependencies": {
      "FlutterMacOS": []
    }
  },
  "platforms": {
    "ios": "13.0",
    "osx": "10.15"
  },
  "pod_target_xcconfig": {
    "DEFINES_MODULE": "YES"
  },
  "swift_versions": "5.5",
  "xcconfig": {
    "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)/ $(SDKROOT)/usr/lib/swift",
    "LD_RUNPATH_SEARCH_PATHS": "/usr/lib/swift"
  },
  "resource_bundles": {
    "local_auth_darwin_privacy": [
      "local_auth_darwin/Sources/local_auth_darwin/Resources/PrivacyInfo.xcprivacy"
    ]
  },
  "swift_version": "5.5"
}
