26 lines
558 B
Plaintext
26 lines
558 B
Plaintext
framework module AppLovinSDK {
|
|
umbrella header "AppLovinSDK.h"
|
|
|
|
export *
|
|
module * {
|
|
export *
|
|
}
|
|
|
|
link framework "AdSupport"
|
|
link framework "AVFoundation"
|
|
link framework "CoreGraphics"
|
|
link framework "CoreMedia"
|
|
link framework "CoreTelephony"
|
|
link framework "Foundation"
|
|
link framework "StoreKit"
|
|
link framework "SafariServices"
|
|
link framework "SystemConfiguration"
|
|
link framework "UIKit"
|
|
link framework "WebKit"
|
|
}
|
|
|
|
module AppLovinSDK.Swift {
|
|
header "AppLovinSDK-Swift.h"
|
|
requires objc
|
|
}
|