mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-31 04:38:07 +08:00
11 lines
247 B
Plaintext
Executable File
11 lines
247 B
Plaintext
Executable File
framework module FirebaseDatabase {
|
|
umbrella header "FirebaseDatabase.h"
|
|
export *
|
|
module * { export *}
|
|
link "c++"
|
|
link "icucore"
|
|
link "z"
|
|
link framework "CFNetwork"
|
|
link framework "Security"
|
|
link framework "SystemConfiguration"}
|