module.modulemap 213 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 framework module RSBarcodes_Swift { umbrella header "RSBarcodes_Swift-umbrella.h" export * module * { export * } } module RSBarcodes_Swift.Swift { header "RSBarcodes_Swift-Swift.h" requires objc }