mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 19:57:41 +00:00
14 lines
241 B
Plaintext
Executable File
14 lines
241 B
Plaintext
Executable File
framework module FirebaseDatabase {
|
|
umbrella header "FirebaseDatabase.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
link framework "CFNetwork"
|
|
link framework "Security"
|
|
link framework "SystemConfiguration"
|
|
|
|
link "c++"
|
|
link "icucore"
|
|
}
|