Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GoodRequest/GoodExtensions-iOS
📑 GoodExtensions is a collection of useful and frequently used Swift extensions for iOS development, designed to simplify and streamline common tasks.It helps developers write clean and concise code, saving time and effort while boosting productivity. Get access to a wealth of essential tools for iOS development in one convenient library.
https://github.com/GoodRequest/GoodExtensions-iOS
ios library swift
Last synced: 6 days ago
JSON representation
📑 GoodExtensions is a collection of useful and frequently used Swift extensions for iOS development, designed to simplify and streamline common tasks.It helps developers write clean and concise code, saving time and effort while boosting productivity. Get access to a wealth of essential tools for iOS development in one convenient library.
- Host: GitHub
- URL: https://github.com/GoodRequest/GoodExtensions-iOS
- Owner: GoodRequest
- License: mit
- Created: 2023-02-03T13:28:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T11:26:36.000Z (7 months ago)
- Last Synced: 2024-04-16T07:16:19.970Z (7 months ago)
- Topics: ios, library, swift
- Language: Swift
- Homepage:
- Size: 75.2 KB
- Stars: 28
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- fucking-awesome-swift - GoodExtensions-iOS - 📑 GoodExtensions is a collection of useful and frequently used extensions. (Libs / Utility)
- awesome-swift - GoodExtensions-iOS - 📑 GoodExtensions is a collection of useful and frequently used extensions. (Libs / Utility)
README
# GoodExtensions-iOS
[![iOS Version](https://img.shields.io/badge/iOS_Version->=_13.0-brightgreen?logo=apple&logoColor=green)]()
[![Swift Version](https://img.shields.io/badge/Swift_Version-6.0-green?logo=swift)](https://docs.swift.org/swift-book/)
[![Contains Test](https://img.shields.io/badge/Tests-YES-blue)]()
[![Dependency Manager](https://img.shields.io/badge/Dependency_Manager-SPM-red)](#swiftpackagemanager)Good Extensions is a collection of useful and frequently used Swift extensions for iOS development.
These extensions aim to simplify and streamline common tasks, making it easier for developers
to write clean and concise code.## Instalation
### Swift Package Manager
Create a `Package.swift` file and add the package dependency into the dependencies list.
Or to integrate without package.swift add it through the Xcode add package interface.[//]: # (Don't forget to add the version once available)
```swiftimport PackageDescription
let package = Package(
name: "SampleProject",
dependencies: [
.package(url: "https://github.com/GoodRequest/GoodExtensions-iOS", .upToNextMajor("2.0.0")
]
)```
## License
GoodExtensions is released under the MIT license. See [LICENSE](LICENSE.md) for details.