- iOS 8.0+ Version 4.0.2: - Xcode 9 ~ Swift 4.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
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'SwiftUtils', '4.2'
Then, run the following command:
$ pod install