Blame view
Pods/Target Support Files/SwiftyAttributes/SwiftyAttributes.modulemap
122 Bytes
|
d774f0637
|
1 2 3 4 5 6 |
framework module SwiftyAttributes {
umbrella header "SwiftyAttributes-umbrella.h"
export *
module * { export * }
}
|