Repositorio del curso CCOM4030 el semestre B91 del proyecto Trolley

SwiftyJSON.modulemap 110B

123456
  1. framework module SwiftyJSON {
  2. umbrella header "SwiftyJSON-umbrella.h"
  3. export *
  4. module * { export * }
  5. }