Swiftgram/Support/module.modulemap
Lukas Spieß 608e12f255 Use newer Photos API for screenshots, when available
AssetsLibrary is deprecated. We now use the newer Photos API to fetch the screenshots.
2015-09-14 17:47:58 +02:00

21 lines
498 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 "Photos"
link framework "QuartzCore"
link framework "QuickLook"
link framework "Security"
link framework "SystemConfiguration"
link framework "UIKit"
link "c++"
link "z"
}