Swiftpack.co - utrpanic/box-kit-ios as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by utrpanic.
utrpanic/box-kit-ios v2.2.2
Extensions for personal use.
⭐️ 0
🕓 2 years ago
iOS
.package(url: "https://github.com/utrpanic/box-kit-ios.git", from: "v2.2.2")

BoxKit

Extensions for personal use.

Swift Version: 5.0+ Platforms: iOS 14+

Installation

Swift Package Manager

Add the BoxKit package to your target dependencies in Package.swift:

import PackageDescription

let package = Package(
  name: "YourProject",
  dependencies: [
    .package(
        name: "BoxKit", 
        url: "https://github.com/utrpanic/box-kit-ios.git", 
        .upToNextMajor(from: "2.0.0")
    ),
  ]
)

Then run the swift build command to build your project.

CocoaPods

You can install BoxKit via CocoaPods, by adding the following line to your Podfile:

pod 'BoxKit', :git => 'https://github.com/utrpanic/box-kit-ios.git', :tag => 'v2.2.2'

Run the pod install command to download the library and integrate it into your Xcode project.

Carthage

To use BoxKit in your Xcode project using Carthage, specify it in Cartfile:

github "utrpanic/box-kit-ios" ~> 2.0.0

Then run the carthage update --use-xcframeworks command to build the framework, and drag the built BoxKit.xcframework into your Xcode project.

License

BoxKit is released under the MIT license. See LICENSE for details.

GitHub

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

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