- iOS 14.0+ Version 5.1.1: - Xcode 16 ~ Swift 5.0+
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapodsTo integrate MLSwiftUtils into your Xcode project using CocoaPods, specify it in your Podfile:
platform :ios, '14.0'
use_frameworks!
pod 'MLSwiftUtils', '5.1.1'Then, run the following command:
$ pod install