Skip to content

Instantly share code, notes, and snippets.

@turbulem
Created November 12, 2018 15:39
Show Gist options
  • Select an option

  • Save turbulem/0ce520192cbbef08c0dc50adf34e9fc0 to your computer and use it in GitHub Desktop.

Select an option

Save turbulem/0ce520192cbbef08c0dc50adf34e9fc0 to your computer and use it in GitHub Desktop.
Custom module map for GifSwift framework
framework module GifSwift {
umbrella header "GifSwift.h"
explicit module CLibgif {
private header "gif_lib.h"
}
export *
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment