{
  "name": "flutter_unity_widget",
  "version": "4.0.0",
  "summary": "Flutter unity 3D widget for embedding unity in flutter",
  "description": "A new Flutter plugin.",
  "homepage": "http://xraph.com",
  "license": {
    "file": "../LICENSE"
  },
  "authors": {
    "Rex Isaac Raphael": "rex.raphael@outlook.com"
  },
  "source": {
    "path": "."
  },
  "source_files": "Classes/**/*",
  "public_header_files": "Classes/**/*.h",
  "dependencies": {
    "Flutter": [

    ]
  },
  "platforms": {
    "ios": "8.0"
  },
  "frameworks": "UnityFramework",
  "pod_target_xcconfig": {
    "DEFINES_MODULE": "YES",
    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
  },
  "swift_versions": "5.0",
  "xcconfig": {
    "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/../UnityLibrary\" \"${PODS_ROOT}/../.symlinks/flutter/ios-release\" \"${PODS_CONFIGURATION_BUILD_DIR}\"",
    "OTHER_LDFLAGS": "$(inherited) -framework UnityFramework ${PODS_LIBRARIES}"
  },
  "swift_version": "5.0"
}
