Files
OrderedDictionary/Carthage/Build/iOS/Nimble.framework/Modules/module.modulemap
T
2015-08-30 11:45:57 +02:00

11 lines
146 B
Plaintext

framework module Nimble {
umbrella header "Nimble.h"
export *
module * { export * }
}
module Nimble.Swift {
header "Nimble-Swift.h"
}