Joel Denke
01/29/2024, 8:40 AMJoel Denke
01/29/2024, 8:42 AMcocoapods {
version = "1.0"
name = "core_pods"
summary = "App CocoaPods"
homepage = "<https://github.com/JetBrains/kotlin>"
ios.deploymentTarget = "17.2"
pod("GoogleSignIn") {
version = "7.0.0"
}
framework {
isStatic = true
}
}
But GoogleSignIn is only expose objC headers to iOS app later on, but not the actual source/binaries.