Skip to content

Commit

Permalink
Merge pull request #1097 from firebase/firebase-10
Browse files Browse the repository at this point in the history
Remove static_framework
  • Loading branch information
morganchen12 authored Sep 23, 2022
2 parents 7dc5ee9 + d87f1e2 commit d30b651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FirebaseGoogleAuthUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Pod::Spec.new do |s|
s.ios.framework = 'UIKit'
s.requires_arc = true
s.cocoapods_version = '>= 1.8.0'
s.static_framework = true # Required since GoogleSignIn is a static binary.
s.pod_target_xcconfig = {
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"',
}
Expand Down

0 comments on commit d30b651

Please sign in to comment.