Files
ASHFeel/ios/Pods/Bugly/Bugly.framework/Modules/module.modulemap
T
2018-11-20 22:23:15 +08:00

13 lines
207 B
Plaintext

framework module Bugly {
umbrella header "Bugly.h"
export *
module * { export * }
link framework "Foundation"
link framework "Security"
link framework "SystemConfiguration"
link "c++"
link "z"
}