GBA002/Pods/GoogleSignIn/.cocoapods.yml
Riley Testut 6cca0f244f Replaces frameworks with static libraries
As of iOS 13.3.1, apps installed with free developer accounts that contain embedded frameworks fail to launch. To work around this, we now link all dependencies via Cocoapods as static libraries.
2020-02-03 19:28:23 -08:00

6 lines
156 B
YAML
Executable File

try:
install:
pre:
- git clone https://github.com/googlesamples/google-services
project: 'google-services/ios/signin/SignInExample.xcodeproj'