SwiftUtils 4.2.1

SwiftUtils 4.2.1

TestsTested
LangLanguage SwiftSwift
License Apache-2.0
ReleasedLast Release Nov 2018
SPMSupports SPM

Maintained by DaoNV, Dai Ho V..



  • By
  • Dao Nguyen

Build Status CocoaPods Compatible Platform Coverage Status

SwiftUtils

Requirements

  • iOS 8.0+ Version 4.0.2: - Xcode 9 ~ Swift 4.0+ Version 4.2: - Xcode 10 ~ Swift 4.2+

Installation

CocoaPods

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