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 swiftui uikit

Last synced: about 17 hours 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?style=flat)](https://cocoapods.org/pods/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'
```