c681ad64aa0574b8989c1576269e005d 181 B

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