ExtendedFoundation 2.2.3

ExtendedFoundation 2.2.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release May 2020
SPMSupports SPM

Maintained by Daniel Barros.



  • By
  • Daniel Barros

ExtendedFoundation

Swift Platform License

Operators, functions, types and extensions that complement the Foundation framework.

Check out ExtendedUIKit if you are interested in UIKit extensions.

Installation

CocoaPods

Install CocoaPods with the following command:

$ gem install cocoapods

Go to your project directory and create a Podfile with:

$ pod init

Add these lines to your Podfile:

use_frameworks!

target '<Your Target Name>' do
    pod 'ExtendedFoundation'
end

Finally, run the following command:

$ pod install

Manually

Drag the whole project into your workspace, build it, and add the framework to the Embedded Binaries of your project.