module.modulemap 208 Bytes
Newer Older
Libin Lu's avatar
Libin Lu committed
1 2 3 4 5 6 7 8 9 10 11 12 13
framework module FirebaseMessaging {

  export *

  umbrella header "FirebaseMessaging.h"

  header "FIRMessaging.h"

  link framework "AddressBook"
  link framework "SystemConfiguration"

  link "sqlite3"
}