目录
目录README.md

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.

关于
251.0 KB
邀请码