{
  "name": "image_cropper",
  "version": "0.0.4",
  "summary": "A Flutter plugin supports cropping images",
  "description": "A Flutter plugin supports cropping images",
  "homepage": "https://github.com/hnvn/flutter_image_cropper",
  "license": {
    "file": "../LICENSE"
  },
  "authors": {
    "HungHD": "hunghd.yb@gmail.com"
  },
  "source": {
    "path": "."
  },
  "source_files": "image_cropper/Sources/**/*",
  "public_header_files": "image_cropper/Sources/**/*.h",
  "dependencies": {
    "Flutter": [

    ],
    "TOCropViewController": [
      "~> 2.7.4"
    ]
  },
  "platforms": {
    "ios": "11.0"
  }
}
