Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/applogistdev/al-extensions
Useful extensions for Swift
https://github.com/applogistdev/al-extensions
extension foundation hacktoberfest swift uikit
Last synced: 3 months ago
JSON representation
Useful extensions for Swift
- Host: GitHub
- URL: https://github.com/applogistdev/al-extensions
- Owner: applogistdev
- License: mit
- Created: 2019-02-07T13:17:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T10:32:40.000Z (over 2 years ago)
- Last Synced: 2024-10-08T07:39:25.944Z (4 months ago)
- Topics: extension, foundation, hacktoberfest, swift, uikit
- Language: Swift
- Homepage:
- Size: 20.7 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AL-Extensions :electric_plug:
[![Language](https://img.shields.io/badge/swift-5-orange.svg)](http://swift.org)
[![Version](https://img.shields.io/cocoapods/v/AlExtensions.svg?style=flat)](https://cocoapods.org/pods/AlExtensions) [![License](https://img.shields.io/cocoapods/l/AlExtensions.svg?style=flat)](https://cocoapods.org/pods/AlExtensions) [![Platform](https://img.shields.io/cocoapods/p/AlExtensions.svg?style=flat)](https://cocoapods.org/pods/AlExtensions)Useful extensions for UIKit in Swift language
## Installation
### Swift Package Manager
Once you have your Swift package set up, adding `ALExtensions` as a dependency is as easy as adding it to the dependencies value of your `Package.swift`.
```swift
dependencies: [
.package(url: "https://github.com/applogistdev/AL-Extensions.git", from: "0.4.0")
]
```### CocoaPods
To integrate `AlExtensions` into your Xcode project using [CocoaPods](http://cocoapods.org), specify it in your `Podfile`
```ruby
pod 'AlExtensions'
```## Documentation
* [API Reference](https://applogistdev.github.io/AL-Extensions/)
### Motivation
We want to gather handy extensions in one place.### Contributions
We are open any kind of extensions related to Swift. Just make sure the extension you write is not already exist and handy.
Make sure to open pull request.