{
  "platforms": [
    "apple",
    "android"
  ],
  "apple": {
    "modules": [
      "WoosmapExpoPluginGeofencingBatchModule"
    ],
    "appDelegateSubscribers": ["WoosmapGeofencingAppDelegate"]
  },
  "android": {
    "modules": [
      "expo.modules.geofencingbatchplugin.WoosmapExpoPluginGeofencingBatchModule"
    ],
    "packages":[
      "expo.modules.geofencingbatchplugin.WoosmapExpoPackage"
    ]
  }
}
