CocoaPods trunk is moving to be read-only. Read more on the blog, there are 6 months to go.

MLSwiftUtils 5.1.1

MLSwiftUtils 5.1.1

Maintained by Dai Ho V., DHs.



  • By
  • Dai Ho V

Requirements

  • iOS 14.0+ Version 5.0.1: - Xcode 16 ~ Swift 5.0+

Installation

CocoaPods

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

$ gem install cocoapods

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

platform :ios, '14.0'
use_frameworks!

pod 'MLSwiftUtils', '5.0.1'

Then, run the following command:

$ pod install