module.modulemap 201 B

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