Created
November 12, 2018 15:39
-
-
Save turbulem/0ce520192cbbef08c0dc50adf34e9fc0 to your computer and use it in GitHub Desktop.
Custom module map for GifSwift framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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