{
  "name": "sentry_flutter",
  "version": "0.0.1",
  "summary": "Sentry SDK for Flutter.",
  "description": "Sentry SDK for Flutter with support to native through sentry-cocoa.",
  "homepage": "https://sentry.io",
  "license": {
    "type": "MIT",
    "file": "../LICENSE"
  },
  "authors": "Sentry",
  "source": {
    "git": "https://github.com/getsentry/sentry-dart.git",
    "tag": "0.0.1"
  },
  "source_files": "Classes/**/*",
  "public_header_files": "Classes/**/*.h",
  "dependencies": {
    "Sentry/HybridSDK": [
      "8.21.0"
    ]
  },
  "ios": {
    "dependencies": {
      "Flutter": [

      ]
    },
    "pod_target_xcconfig": {
      "DEFINES_MODULE": "YES",
      "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "$(inherited) i386"
    }
  },
  "osx": {
    "dependencies": {
      "FlutterMacOS": [

      ]
    },
    "pod_target_xcconfig": {
      "DEFINES_MODULE": "YES"
    }
  },
  "platforms": {
    "ios": "11.0",
    "osx": "10.13"
  },
  "swift_versions": "5.0",
  "swift_version": "5.0"
}
