Files
Swiftgram/Support/module_default.modulemap
2016-09-13 15:14:45 -07:00

18 lines
411 B
Plaintext

framework module HockeySDK {
umbrella header "HockeySDK.h"
export *
module * { export * }
link framework "CoreTelephony"
link framework "CoreGraphics"
link framework "Foundation"
link framework "MobileCoreServices"
link framework "QuartzCore"
link framework "QuickLook"
link framework "Security"
link framework "SystemConfiguration"
link framework "UIKit"
link "c++"
link "z"
}