{
  "oauth-google": {
    "libraries": [
      "libGoogleOauth"
    ],
    "frameworks": [
      "GoogleSignIn.framework",
      "GoogleSignInDependencies.framework",
      "AuthenticationServices.framework",
      "CoreText.framework",
      "CoreGraphics.framework",
      "LocalAuthentication.framework",
      "SafariServices.framework",
      "Security.framework"
    ],
    "resources": [
      "GoogleSignIn.bundle"
    ],
    "parameters": [
      "clientid","urlSchemes"
    ],
    "plists": {
        "CFBundleURLTypes": [{
          "CFBundleTypeRole": "Editor",
          "CFBundleURLName": "google_url",
          "CFBundleURLSchemes": [
            "{$urlSchemes}"
          ]
      }],
      "googleOauth": {
          "clientid":"{$clientid}"
      }
    },
    "des": "Google登录"
  }
}
