A Kotlin Multiplatform library for BugsPort functionality with iOS support.
Add this to your Package.swift:
dependencies: [
.package(url: "https://github.com/hash-line/bugsport-ios.git", from: "0.0.9")
]Or add via Xcode:
- File → Add Package Dependencies
- Enter:
https://github.com/hash-line/bugsport-ios.git - Select version:
0.0.9
- Download
shared.xcframework.zipfrom Releases - Extract the framework
- Drag
shared.xcframeworkinto your Xcode project - Add to "Frameworks, Libraries, and Embedded Content"
import BugsPort
// Your BugsPort code here- iOS 14.0+
- Xcode 12.0+
Apache License 2.0