Skip to content

Digipolitan/polymorph-swift-gen

PolymorphSwiftGen

Swift Version Swift Package Manager Twitter

Swift implementation of PlatformGen

  • Models

Installation

SPM

To install PolymorphSwiftGen with SwiftPackageManager, add the following lines to your Package.swift.

let package = Package(
    name: "XXX",
    products: [
        .library(
            name: "XXX",
            targets: ["XXX"]),
    ],
    dependencies: [
        .package(url: "https://github.com/Digipolitan/polymorph-swift-gen.git", from: "1.0.0")
    ],
    targets: [
        .target(
            name: "XXX",
            dependencies: ["PolymorphSwiftGen"])
    ]
)

Contributing

See CONTRIBUTING.md for more details!

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to contact@digipolitan.com.

License

PolymorphSwiftGen is licensed under the BSD 3-Clause license.