{
  "name": "pointer_interceptor_ios",
  "version": "0.0.1",
  "summary": "Implementation of pointer_interceptor for iOS.",
  "description": "This Flutter plugin provides means to prevent gestures from being swallowed by PlatformView on iOS.",
  "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/pointer_interceptor/pointer_interceptor_ios"
  },
  "source_files": "pointer_interceptor_ios/Sources/pointer_interceptor_ios/**/*.swift",
  "dependencies": {
    "Flutter": [

    ]
  },
  "platforms": {
    "ios": "13.0"
  },
  "pod_target_xcconfig": {
    "DEFINES_MODULE": "YES",
    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
  },
  "swift_versions": "5.0",
  "xcconfig": {
    "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)/ $(SDKROOT)/usr/lib/swift",
    "LD_RUNPATH_SEARCH_PATHS": "/usr/lib/swift"
  },
  "resource_bundles": {
    "pointer_interceptor_ios_privacy": [
      "pointer_interceptor_ios/Sources/pointer_interceptor_ios/PrivacyInfo.xcprivacy"
    ]
  },
  "swift_version": "5.0"
}
