Swiftpack.co - CoderZCC/SwiftToolLibrary as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by CoderZCC.
CoderZCC/SwiftToolLibrary 1.2.7
SwiftToolLibrary
⭐️ 0
🕓 2 years ago
iOS
.package(url: "https://github.com/CoderZCC/SwiftToolLibrary.git", from: "1.2.7")

SwiftToolLibrary

SwiftToolLibrary是一款加速swift开发的工具包(iOSApp);

Build Status

Requirements

  • iOS 11.0+
  • Xcode 11.0+
  • Swift 5.0+

Communication

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Installation

Swift Package Manager

Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

Xcode 11+ is required to build SwiftToolLibrary using Swift Package Manager.

To integrate SnapKit into your Xcode project using Swift Package Manager, add it to the dependencies value of your Package.swift:

dependencies: [
    .package(url: "https://github.com/CoderZCC/SwiftToolLibrary.git", .upToNextMajor(from: "1.0.0"))
]

Usage

Quick Start

import SwiftToolLibrary

class ViewController: UIViewController {

    override func viewDidLoad() {
        super.viewDidLoad()

        let arr = ["1", "2", "3"]
        print(arr[safe: 1000] ?? "")
    }
}

License

SwiftToolLibrary is released under the MIT license. See LICENSE for details.

GitHub

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

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