SwiftSoup/Example/Pods/Fuzi/libxml2/module.modulemap

7 lines
112 B
Plaintext

module libxml2 [system] {
link "xml2"
umbrella header "libxml2-fuzi.h"
export *
module * { export * }
}