Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/g1j0shi/swiftplus

Swift Extension Library
https://github.com/g1j0shi/swiftplus

appkit cocoapods ios macos spm swift swiftplus swiftui uikit

Last synced: about 2 months ago
JSON representation

Swift Extension Library

Awesome Lists containing this project

README

        

# SwiftPlus

Swift Extension Library

[![Version](https://img.shields.io/cocoapods/v/SwiftPlus.svg)](https://cocoapods.org/pods/SwiftPlus)
[![Platform](https://img.shields.io/cocoapods/p/SwiftPlus.svg)](https://cocoapods.org/pods/SwiftPlus)
[![License](https://img.shields.io/cocoapods/l/SwiftPlus.svg)](https://cocoapods.org/pods/SwiftPlus)
[![Metrics](https://img.shields.io/cocoapods/metrics/doc-percent/SwiftPlus)](https://cocoapods.org/pods/SwiftPlus)

[![Versions](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fg1j0shi%2Fswiftplus%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/g1j0shi/swiftplus)
[![Platforms](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fg1j0shi%2Fswiftplus%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/g1j0shi/swiftplus)

[![Swift](https://github.com/G1J0SHI/SwiftPlus/actions/workflows/swift.yml/badge.svg)](https://github.com/G1J0SHI/SwiftPlus)

## Installation

### Swift Package Manager

`SwiftPlus` is available through SPM. To install it, simply follow these steps:

1. Open your Xcode project.
2. Go to `File` > `Swift Packages` > `Add Package Dependency`.
3. Enter the following URL: `https://github.com/G1J0SHI/SwiftPlus.git`
4. Choose the version or branch you want to install and click `Add`.

### CocoaPods

`SwiftPlus` is available through CocoaPods. To install it, simply add following line to your Podfile:

```ruby
pod 'SwiftPlus'
```