{
  "name": "intercom_flutter",
  "version": "9.0.0",
  "summary": "Intercom integration for Flutter",
  "description": "A new flutter plugin project.",
  "homepage": "https://github.com/ChangeFinance/intercom_flutter",
  "license": {
    "file": "../LICENSE"
  },
  "authors": {
    "xChange OÜ": "maido@getchange.com"
  },
  "source": {
    "path": "."
  },
  "source_files": "intercom_flutter/Sources/intercom_flutter/**/*.{h,m}",
  "public_header_files": "intercom_flutter/Sources/intercom_flutter/include/**/*.h",
  "dependencies": {
    "Flutter": [],
    "Intercom": [
      "19.5.6"
    ]
  },
  "static_framework": true,
  "platforms": {
    "ios": "15.0"
  }
}
