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
/
FirebaseCoreInternal.xcframework
/
ios-arm64
/
FirebaseCoreInternal.framework
/
Modules
/
module.modulemap
1
2
3
4
5
6
7
8
9
10
11
framework module FirebaseCoreInternal {
umbrella header "FirebaseCoreInternal-umbrella.h"
export *
module * { export * }
}
module FirebaseCoreInternal.Swift {
header "FirebaseCoreInternal-Swift.h"
requires objc
}