You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
290 B

6 years ago
6 years ago
6 years ago
  1. framework module FirebaseAnalytics {
  2. umbrella header "FirebaseAnalytics.h"
  3. export *
  4. module * { export * }
  5. link "sqlite3"
  6. link "z"
  7. link framework "CoreData"
  8. link framework "Security"
  9. link framework "StoreKit"
  10. link framework "SystemConfiguration"
  11. link framework "UIKit"
  12. }