iOS SDK Prerequisites
Before integrating the Empower Mobile Ads SDK, ensure your development environment meets the following requirements.
- iOS 13.0 or later
- Xcode 14.0 or later
- Swift 5.0 or later
- CocoaPods or Swift Package Manager
Objective-C projects: the SDK is fully usable from Objective-C. It ships as a dynamic framework, so make sure your
Podfileincludesuse_frameworks!. No bridging header is required — see Integration.