diff --git a/Firebase/Auth/FirebaseAuth.podspec b/Firebase/Auth/FirebaseAuth.podspec index 00c7588d95d..6d073757a83 100644 --- a/Firebase/Auth/FirebaseAuth.podspec +++ b/Firebase/Auth/FirebaseAuth.podspec @@ -42,6 +42,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 = 'SafariServices' s.framework = 'Security' # s.dependency 'FirebaseCommunity/Core' s.dependency 'GTMSessionFetcher/Core', '~> 1.1' diff --git a/FirebaseCommunity.podspec b/FirebaseCommunity.podspec index 6bcc1695a5f..b6624c8c39f 100644 --- a/FirebaseCommunity.podspec +++ b/FirebaseCommunity.podspec @@ -53,6 +53,7 @@ Firebase Development CocoaPod including experimental and community supported fea sp.xcconfig = { 'OTHER_CFLAGS' => '-DFIRAuth_VERSION=' + s.version.to_s + ' -DFIRAuth_MINOR_VERSION=' + s.version.to_s.split(".")[0] + "." + s.version.to_s.split(".")[1] } + sp.framework = 'SafariServices' sp.framework = 'Security' sp.dependency 'FirebaseCommunity/Core' sp.dependency 'GTMSessionFetcher/Core', '~> 1.1'