module.modulemap 363 B

1234567891011121314
  1. framework module FirebaseMLCommon {
  2. umbrella header "FirebaseMLCommon.h"
  3. export *
  4. module * { export * }
  5. link "sqlite3"
  6. link "z"
  7. link framework "CoreGraphics"
  8. link framework "Foundation"
  9. link framework "LocalAuthentication"
  10. link framework "QuartzCore"
  11. link framework "Security"
  12. link framework "SystemConfiguration"
  13. link framework "UIKit"
  14. }