目录
目录README.md

Outils

MIT License Package Releases Build Statis Swift Version Supported Platforms

Outils is a collection of Swift functions and library extensions that I find myself regularly re-creating in my projects. They contain free standing functions and types, as well as extensions on Swift standard library, Foundation, UIKit, and SwiftUI.

Installation

To add Outils as a dependency to an existing Swift package, add the following line of code to the dependencies parameter of your Package.swift file:

dependencies: [
    .package(url: "https://github.com/vsanthanam/Outils.git", .upToNextMajor(from: "0.0.0"))
]

To add Outils as a dependency to an Xcode Project:

  • Choose FileAdd Packages...
  • Enter package URL https://github.com/vsanthanam/Outils.git and select your release and of choice.

Other distribution mechanisms like CocoaPods or Carthage may be added in the future.

Usage & Documentation

Outils’s documentation is built with DocC and included in the repository as a DocC archive. The latest version is hosted on GitHub Pages and is available here.

Additional installation instructions are available on the Swift Package Index

Explore the documentation for more details.

License

Outils is available under the MIT license. See the LICENSE file for more information.

关于
375.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号