dashboard
repositories
filestore
activity
search
login
main
/
WAFirebaseImpl
Firebase
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
3.15.0
lpw
2023-06-03
aca600212ff84587e15aad341babd5eb2faf69a5
[WAFirebaseImpl.git]
/
frameworks
/
FirebaseCore.xcframework
/
ios-arm64_x86_64-maccatalyst
/
FirebaseCore.framework
/
Modules
/
module.modulemap
1
2
3
4
5
6
7
8
9
framework module FirebaseCore {
umbrella header "FirebaseCore-umbrella.h"
export *
module * { export * }
link framework "Foundation"
link framework "Security"
link framework "UIKit"
link "z"
}