Swiftpack.co - mario2r/swift-extensions as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by mario2r.
mario2r/swift-extensions 1.0.0
Some useful swift extensions for your project
⭐️ 1
🕓 1 year ago
.package(url: "https://github.com/mario2r/swift-extensions.git", from: "1.0.0")

SwiftExtensions

Some of the most common swift extensions

SPM compatible Swift Xcode MIT

During my work career as swift developer I have faced lot of situations where some extensions are needed to avoid code duplication

Installation

Add this project on your Package.swift

import PackageDescription

let package = Package(
    name: "YOUR_PROJECT_NAME",
    targets: [],
    dependencies: [
        .package(url: "https://github.com/mario2r/swift-extensions.git", from: "1.0.0")
    ]
)

Get involved

This library contains some of the common swift extensions I have found when developing but it doesn't mean they are the only or better ones. Just feel free to provide your feedback and contribution. Really happy to complete this library with all your experiences.

Please, refer to contributing guidelines before participating

Authors

Mario Romero – GitHub

License

SwiftExtensions is released under the MIT license. See LICENSE for more information.

GitHub

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

Release Notes

1.0.0
1 year ago

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