module.modulemap 566 Bytes
Newer Older
Libin Lu's avatar
Libin Lu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
framework module FirebaseAnalytics {

  export *

  umbrella header "FirebaseAnalytics.h"

  header "FIRAnalytics+AppDelegate.h"
  header "FIRAnalytics.h"
  header "FIRAnalyticsConfiguration.h"
  header "FIRApp.h"
  header "FIRConfiguration.h"
  header "FIREventNames.h"
  header "FIROptions.h"
  header "FIRParameterNames.h"
  header "FIRUserPropertyNames.h"

  link framework "AddressBook"
  link framework "AdSupport"
  link framework "SafariServices"
  link framework "StoreKit"
  link framework "SystemConfiguration"

  link "c++"
  link "sqlite3"
  link "z"
}