Files
Swiftgram/Support/module_default.modulemap
2016-09-12 12:04:57 -07:00

20 lines
472 B
Plaintext

framework module HockeySDK {
umbrella header "HockeySDK.h"
export *
module * { export * }
link framework "AssetsLibrary"
link framework "CoreTelephony"
link framework "CoreText"
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"
}