STT/native_client/swift/stt_ios/stt_ios.modulemap
2021-05-18 13:45:52 +02:00

13 lines
194 B
Plaintext

framework module stt_ios {
umbrella header "stt_ios.h"
export *
module * { export * }
explicit module libstt_Private {
header "coqui-stt.h"
export *
link "stt"
}
}