aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2018-01-24 13:26:32 -0800
committerGravatar GitHub <noreply@github.com>2018-01-24 13:26:32 -0800
commit2ff7f48c60302ea1675fa3469a5628dbee7795ce (patch)
tree450a2bd9df2505d8f22193417df4b7de5d9bed77
parent0481e1e27f2b62382f126fa422618426af2be3fb (diff)
Adds explicit core graphics dependency to auth (#700)
-rw-r--r--Firebase/Auth/FirebaseAuth.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firebase/Auth/FirebaseAuth.podspec b/Firebase/Auth/FirebaseAuth.podspec
index 8823238..8211bb0 100644
--- a/Firebase/Auth/FirebaseAuth.podspec
+++ b/Firebase/Auth/FirebaseAuth.podspec
@@ -45,6 +45,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
'$(inherited) ' + 'FIRAuth_VERSION=' + s.version.to_s +
' FIRAuth_MINOR_VERSION=' + s.version.to_s.split(".")[0] + "." + s.version.to_s.split(".")[1]
}
+ s.framework = 'CoreGraphics'
s.framework = 'SafariServices'
s.framework = 'Security'
# s.dependency 'FirebaseCommunity/Core'