PromiseKit/OMGHTTPURLRQ-

Promises for Swift & ObjC



Documentation

PromiseKit OMGHTTPURLRQ Extensions Build Status

This project provides convenience methods on NSURLSession using [OMGHTTPURLRQ].

CococaPods

pod "PromiseKit/OMGHTTPURLRQ" ~> 4.0

The extensions are built into PromiseKit.framework thus nothing else is needed.

Carthage

github "PromiseKit/OMGHTTPURLRQ" ~> 1.0

The extensions are built into their own framework:

// swift
import PromiseKit
import OMGHTTPURLRQ
import PMKOMGHTTPURLRQ
// objc
@import PromiseKit;
@import OMGHTTPURLRQ;
@import PMKOMGHTTPURLRQ;