Swiftpack.co - sergeyshalnov/UltraKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by sergeyshalnov.
sergeyshalnov/UltraKit 0.0.4
Library for rapid prototyping of the UICollectionView layout
⭐️ 3
🕓 3 years ago
iOS
.package(url: "https://github.com/sergeyshalnov/UltraKit.git", from: "0.0.4")

UltraKit

Library for rapid prototyping of the UICollectionView layout

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

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

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '13.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'UltraKit', '~> 0.0.3'
end

Then, run the following command:

$ pod install

Swift Package Manager

Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

To integrate UltraKit into your Xcode project using Swift Package Manager, add it to the dependencies value of your Package.swift:

dependencies: [
    .package(url: "https://github.com/sergeyshalnov/UltraKit.git", .upToNextMajor(from: "0.0.3"))
]

GitHub

link
Stars: 3
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

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