commit | author | age | ||
a6c014 | 1 | framework module FirebaseCore { |
L | 2 | umbrella header "FirebaseCore.h" |
3 | export * | |
4 | module * { export * } | |
5 | link framework "Foundation" | |
ed8a75 | 6 | link framework "Security" |
a6c014 | 7 | link framework "SystemConfiguration" |
L | 8 | link framework "UIKit" |
9 | link "z" | |
10 | } |