Swiftpack.co - dankinsoid/VDArch as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by dankinsoid.
dankinsoid/VDArch 5.6.0
Redux, Reactivate architecture
⭐️ 2
🕓 1 year ago
iOS
.package(url: "https://github.com/dankinsoid/VDArch.git", from: "5.6.0")

VDArch

Description

Example

Usage

Installation

  1. Swift Package Manager

Create a Package.swift file.

// swift-tools-version:5.0
import PackageDescription

let package = Package(
  name: "SomeProject",
  dependencies: [
    .package(url: "https://github.com/dankinsoid/VDArch.git", from: "1.0.34")
  ],
  targets: [
    .target(name: "SomeProject", dependencies: ["VDArch"])
  ]
)
$ swift build

Author

dankinsoid, [email protected]

License

VDArch is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 2
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

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