Skip to main content
Code samples

NCKit v1.0.1

Released: May 2026

Superseded

For new projects, use v1.1.1 (includes NCKitStreamProcessor.reset()).

What's newโ€‹

  • Rebuilt NCKit.xcframework with the NCKit public API (NCKitProcessor, NCKitModelLocator, etc.)
  • Stable SPM / CocoaPods release (superseded by 1.1.1)
  • Git LFS binary updated on GitHub

Install this versionโ€‹

SPM (Xcode): File โ†’ Add Package Dependencies โ†’ https://github.com/5Exceptions-Mobile-Team/NCKit.git โ†’ Exact Version 1.0.1

CocoaPods:

pod 'NCKit',
:git => 'https://github.com/5Exceptions-Mobile-Team/NCKit.git',
:tag => '1.0.1'

After upgrading: File โ†’ Packages โ†’ Reset Package Caches, then clean build.

Sample appโ€‹

Reference implementation: NCKit_Demo โ€” open NCKitSample.xcodeproj and add NCKit via SPM at 1.0.1.