{
    "$schema": "https://nitro.margelo.com/nitro.schema.json",
    "cxxNamespace": ["mediakit"],
    "ios": {
      "iosModuleName": "AIMediaKit"
    },
    "android": {
      "androidNamespace": ["mediakit"],
      "androidCxxLibName": "AIMediaKit"
    },
    "autolinking": {
        "AIMediaKit": {
            "swift": "AIMediaKit",
            "kotlin": "AIMediaKit"
        }
    },
    "ignorePaths": ["node_modules"]
   
  }