To run the example project, clone the repo, and run pod install
from the Example directory first.
- iOS 11.0+
- Xcode 10.0+
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
sudhakar, sudhakarvarma.ios@gmail.com
SVSwiftHelpers is available under the MIT license. See the LICENSE file for more info.