Swiftpack.co - Couriere/UIExtensions as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Couriere.
Couriere/UIExtensions 1.11.0
Convenience extensions to UIKit and Foundation classes.
⭐️ 4
🕓 2 weeks ago
iOS macOS tvOS
.package(url: "https://github.com/Couriere/UIExtensions.git", from: "1.11.0")

UIExtensions

Carthage integration:

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

To integrate UIExtensions into your Xcode project using Carthage, specify it in your Cartfile:

github "Couriere/UIExtensions"

Run carthage update to build the framework and drag the built UIExtensions.framework into your Xcode project.

Cocoapods integration:

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

source 'https://github.com/Couriere/cocoapods.git'

platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'UIExtensions'
end

Then, run the following command:

$ pod install

GitHub

link
Stars: 4
Last commit: 2 weeks ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics