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.

10 lines
260 B

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 "Security"
  8. link framework "StoreKit"
  9. link framework "SystemConfiguration"
  10. link framework "UIKit"}