12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
framework module CredibleAuthSDK {
|
|
umbrella header "CredibleAuthSDK.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|
|
|
|
module CredibleAuthSDK.Swift {
|
|
header "CredibleAuthSDK-Swift.h"
|
|
requires objc
|
|
}
|