Skip to content

Declares FirebaseAuth depending on SafariServices. #232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 5, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Firebase/Auth/FirebaseAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions FirebaseCommunity.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down