Skip to content

applogistdev/AL-Extensions

Repository files navigation

AL-Extensions 🔌

Language Version License Platform

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.

dependencies: [
.package(url: "https://github.com/applogistdev/AL-Extensions.git", from: "0.4.0")
]

CocoaPods

To integrate AlExtensions into your Xcode project using CocoaPods, specify it in your Podfile

pod 'AlExtensions'

Documentation

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.