Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/g1j0shi/swiftplus
- Owner: G1J0SHI
- License: mit
- Created: 2024-09-22T15:21:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T15:33:05.000Z (3 months ago)
- Last Synced: 2024-11-13T13:18:58.556Z (2 months ago)
- Topics: appkit, cocoapods, ios, macos, spm, swift, swiftplus, swiftui, uikit
- Language: Swift
- Homepage: https://cocoapods.org/pods/SwiftPlus
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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'
```