Skip to content

How Swift standard types and classes were supposed to work. A collection of useful extensions for the Swift Standard Library, Foundation, and UIKit.

License

Notifications You must be signed in to change notification settings

sudhakar-codes/SVSwiftHelpers

Repository files navigation

SVSwiftHelpers

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 11.0+
  • Xcode 10.0+

Installation

SVSwiftHelpers is available through CocoaPods and Swift Package Manager. You can choose either method to install it into your project.

To install SVSwiftHelpers via CocoaPods, add the following line to your Podfile:

pod 'SVSwiftHelpers'

Then run:

pod install

To install SVSwiftHelpers using Swift Package Manager, follow these steps:

1.Open Your Project in Xcode: Launch Xcode and open the project you want to add SVSwiftHelpers to.

2.Add Package Dependency: In the menu bar, click on File > Swift Packages > Add Package Dependency.

3.Enter the Repository URL: A dialog will appear asking for the package repository URL. Enter the following URL: https://github.com/sudhakar-varma/SVSwiftHelpers.git

4.Choose Version: Xcode will ask you to choose a version or branch. Typically, you’ll select the latest release or the version you want to use. You can choose the default "Up to Next Major" option.

5.Complete the Installation: Xcode will fetch the package and integrate it into your project. Click Add Package to finish the process.

Once added, SVSwiftHelpers will be available as a dependency in your project.

Find Examples here

Author

sudhakar, sudhakarvarma.ios@gmail.com

License

SVSwiftHelpers is available under the MIT license. See the LICENSE file for more info.

About

How Swift standard types and classes were supposed to work. A collection of useful extensions for the Swift Standard Library, Foundation, and UIKit.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published