Skip to content

Commit

Permalink
Adds explicit core graphics dependency to auth (firebase#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
protocol86 committed Jan 24, 2018
1 parent 618703a commit 26afd0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firebase/Auth/FirebaseAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 26afd0c

Please sign in to comment.