Skip to content
forked from orchetect/OTCore

Useful extensions on Swift standard library types.

License

Notifications You must be signed in to change notification settings

jackmayxs/OTCore

 
 

Repository files navigation

OTCore

Xcode 16 License: MIT

Multi-platform Swift shared code module with useful extension methods on standard library types.

The library has full unit test coverage and is actively used in production.

Installation: Swift Package Manager (SPM)

Dependency within an Application

  1. Add the package to your Xcode project using Swift Package Manager using https://github.com/orchetect/OTCore as the URL.

  2. Import the module files where needed. It's recommended to use the internal access level if used in a package so that it is not exported to the user of your package.

    internal import OTCore

Dependency within a Swift Package

In your Package.swift file:

dependencies: [
    .package(url: "https://github.com/orchetect/OTCore", from: "1.7.2")
]

Documentation

Most methods are implemented as category methods so they are generally discoverable.

All methods are documented with inline help explaining their purpose and basic usage examples.

Author

Coded by a bunch of 🐹 hamsters in a trenchcoat that calls itself @orchetect.

License

Licensed under the MIT license. See LICENSE for details.

Contributions

Bug fixes and improvements are welcome. Please open an issue to discuss prior to submitting PRs.

About

Useful extensions on Swift standard library types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%