Skip to content

Commit 2ff7f48

Browse files
authored
Adds explicit core graphics dependency to auth (#700)
1 parent 0481e1e commit 2ff7f48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firebase/Auth/FirebaseAuth.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
4545
'$(inherited) ' + 'FIRAuth_VERSION=' + s.version.to_s +
4646
' FIRAuth_MINOR_VERSION=' + s.version.to_s.split(".")[0] + "." + s.version.to_s.split(".")[1]
4747
}
48+
s.framework = 'CoreGraphics'
4849
s.framework = 'SafariServices'
4950
s.framework = 'Security'
5051
# s.dependency 'FirebaseCommunity/Core'

0 commit comments

Comments
 (0)