module.modulemap 197 B

1234567891011
  1. framework module FBSDKCoreKit {
  2. umbrella header "FBSDKCoreKit-umbrella.h"
  3. export *
  4. module * { export * }
  5. }
  6. module FBSDKCoreKit.Swift {
  7. header "FBSDKCoreKit-Swift.h"
  8. requires objc
  9. }