Swiftpack.co - edonv/OBSwiftSocket as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by edonv.
edonv/OBSwiftSocket 1.0.2
A Swift library for communicating with obs-websocket. https://github.com/obsproject/obs-websocket
⭐️ 8
🕓 3 weeks ago
iOS macOS
.package(url: "https://github.com/edonv/OBSwiftSocket.git", from: "1.0.2")

OBSwiftSocket

OBSwiftSocket is a Swift library to be used for communication with OBS Studio via obs-websocket (v5).

IMPORTANT

OBSwiftSocket is currently on pause until I have more time to work on it again. It mostly works, but has some issues that I'm trying to work out. In the interim, create an Issue if something urgently needs to be fixed and I'll see what I can do!

Installation

Swift Package Manager

Add OBSwiftSocket as a dependency:

import PackageDescription
let package = Package(
    name: "YourApp",
    dependencies: [
        .package(
            name: "OBSwiftSocket",
            url: "https://github.com/edonv/OBSwiftSocket.git",
            .upToNextMajor(from: "1.0.0"))
    ]
)

Requirements

  • Swift 5.3 or later
  • iOS 13.0 or later
  • macOS 10.15 or later

Usage

Examples coming soon!

License

OBSwiftSocket is released under the MIT license. See LICENSE for details.

To-Do's

  • ☐ Make Batch Requests easier to work with.

GitHub

link
Stars: 8
Last commit: 4 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics