- iOS 14.0+ Version 4.2: - Xcode 10 ~ Swift 4.2+
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
CocoaPods 1.2.0+ is required to build SwiftUtils 4.0+.
To integrate SwiftUtils into your Xcode project using CocoaPods, specify it in your Podfile
:
platform :ios, '14.0'
use_frameworks!
pod 'SwiftUtils', '5.0.0'
Then, run the following command:
$ pod install