Swiftpack.co - DipakPanchasara/HelpfulKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by DipakPanchasara.
DipakPanchasara/HelpfulKit 1.0.2
Helpful Extension, Structures and Classes
⭐️ 0
🕓 2 weeks ago
iOS macOS
.package(url: "https://github.com/DipakPanchasara/HelpfulKit.git", from: "1.0.2")

HelpfulKit

Helpful Extension, Structures and Classes

Installation

CocoaPods

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

  $ gem install cocoapods

CocoaPods 1.1.0+ is required to build HelpfulKit 1.0.2.

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

source 'https://github.com/DipakPanchasara/HelpfulKit.git'
platform :ios, '11.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'HelpfulKit'
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.

Xcode 11+ is required to build HelpfulKit using Swift Package Manager.

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

  dependencies: [
    .package(url: "https://github.com/DipakPanchasara/HelpfulKit.git")
]

License

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

GitHub

link
Stars: 0
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