Integrating Nuclei SDK
Integrating Nuclei Frameworks
There are two ways to integrate the Nuclei iOS SDK: via Swift Package Manager (SPM) or manually. We highly recommend using SPM for a smoother and more efficient integration process.
Why Choose SPM?
- Seamless Integration: Simplifies the addition of dependencies.
- Effortless Upgrades/Downgrades: Easily switch between SDK versions.
- No Extra Configuration: No need to worry about embedding or signing settings.
- Native Support: Swift Package Manager is Apple’s official tool, ensuring smooth integration with Xcode.