Skip to content

EduDo-Inc/swift-standard-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift-standard-extensions

SwiftPM 5.3 Platforms @maximkrouk

Standard extensions for Foundation/Cocoa/SwiftUI

NOTE: The package is early beta

Installation

Basic

You can add StandardExtensions to an Xcode project by adding it as a package dependency.

  1. From the File menu, select Swift Packages › Add Package Dependency…
  2. Enter "https://github.com/capturecontext/swift-standard-extensions.git" into the package repository URL text field
  3. Choose products you need to link them to your project.

Recommended

If you use SwiftPM for your project, you can add StandardExtensions to your package file.

.package(
  name: "swift-standard-extensions",
  url: "https://github.com/capturecontext/swift-standard-extensions.git", 
  .branch("develop")
)

Do not forget about target dependencies:

.product(
  name: "StandardExtensions", 
  package: "swift-standard-extensions"
)

License

This library is released under the MIT license. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages