Skip to content

hash-line/bugsport-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

BugsPort iOS

A Kotlin Multiplatform library for BugsPort functionality with iOS support.

Installation

Swift Package Manager

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:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/hash-line/bugsport-ios.git
  3. Select version: 0.0.9

Manual Integration

  1. Download shared.xcframework.zip from Releases
  2. Extract the framework
  3. Drag shared.xcframework into your Xcode project
  4. Add to "Frameworks, Libraries, and Embedded Content"

Usage

import BugsPort

// Your BugsPort code here

Requirements

  • iOS 14.0+
  • Xcode 12.0+

License

Apache License 2.0

Links

About

iOS SDK for BugsPort

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages