Skip to main content

Genies iOS SDK v0.1.26

Updated: June 17, 2026

What's New

  • CocoaPods distribution
    • NAFKit is now installable via CocoaPods, alongside SPM. Four pods mirror the SPM products — NAFKit, NAFKitUITools, NAFKitConfig, NAFKitUI; add pod 'NAFKitUI' and it pulls the other three.
    • Published to the private spec index genies-sdk/genies-podspecs (register once: pod repo add genies-specs git@github.com:genies-sdk/genies-podspecs.git). Same geniesnafsdk-ios repo and version tags as SPM.
    • Requires use_frameworks! — the frameworks load each other dynamically at runtime.
source 'https://cdn.cocoapods.org/'
source 'git@github.com:genies-sdk/genies-podspecs.git'
use_frameworks!

pod 'NAFKitUI', '0.1.26' # pulls NAFKit + NAFKitUITools + NAFKitConfig
tip

Check out the Getting Started page for more information.