{
  "platforms": ["apple", "android"],
  "apple": {
    "podspecPath": "./ExpoGL.podspec",
    "modules": ["ExpoGLModule"]
  },
  "android": {
    "modules": ["expo.modules.gl.GLModule"],
    "publication": {
      "groupId": "host.exp.exponent",
      "artifactId": "expo.modules.gl",
      "version": "55.0.11",
      "repository": "local-maven-repo"
    }
  }
}
