Swift implementation of PlatformGen
- Models
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"])
]
)
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.
PolymorphSwiftGen is licensed under the BSD 3-Clause license.