Skip to content

This framework is a helper on finding an available port from OS: MacOS, iOS, iPadOS or tvOS

License

Notifications You must be signed in to change notification settings

qustodio/free-open-port-finder

Repository files navigation

FreeOpenPortFinder

This framework helps to find an available port for iOS, MacOS, tvOS or iPadOS.

Adding FreeOpenPortFinder as a Dependency

Swift Package Manager

Use FreeOpenPortFinder with SPM:

let package = Package(
    // name, platforms, products, etc.
    dependencies: [
        // other dependencies
        .package(url: "https://github.com/qustodio/free-open-port-finder.git", from: "0.1.0"),
    ],
    targets: [
        .target(name: "<your-target>", dependencies: [
            // other dependencies
            .product(name: "FreeOpenPortFinder", package: "swift-argument-parser"),
        ]),
        // other targets
    ]
)

Carthage

On your Cartfile add the following:

github "qustodio/free-open-port-finder"

About

This framework is a helper on finding an available port from OS: MacOS, iOS, iPadOS or tvOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages