Skip to content

carlossless/Uncurry

Repository files navigation

Carthage compatible

Uncurry

A collection of functions to uncurry other functions ¯\(ツ)/¯.

Insipired by thoughtbots Curry library

Installation

github "carlossless/Uncurry"

Then run carthage update.

Follow the current instructions in Carthage's README for up to date installation instructions.

Add the following to your Podfile:

pod 'Uncurry'

You will also need to make sure you're opting into using frameworks:

use_frameworks!

Then run pod install with CocoaPods 0.36 or newer.