noctualabs/noctua-native-sdk-ios
The official Noctua Native SDK for iOS by NoctuaLabs, designed to support analytics and event tracking with seamless integration via Swift Package Manager.
📦 Installation (Swift Package Manager)
Use the GitHub repo as a package dependency in Xcode:
- Open your project in Xcode.
- Go to File > Add Packages…
- Enter the URL: https://github.com/NoctuaLabs/noctua-native-sdk-ios.git
- Choose the latest version (e.g.
0.1.0) and finish the setup
Or add to Package.swift
.package(
url: "https://github.com/NoctuaLabs/noctua-native-sdk-ios.git",
from: "0.1.0"
)
.target(
name: "YourApp",
dependencies: [
.product(name: "NoctuaSDK", package: "noctua-native-sdk-ios")
]
)
.target(
name: "YourApp",
dependencies: [
.product(name: "NoctuaSDK", package: "noctua-native-sdk-ios")
]
)Package Metadata
Repository: noctualabs/noctua-native-sdk-ios
Default branch: main
README: README.md