abl / Foundation

Promises for Swift & ObjC

Home Page:http://promisekit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PromiseKit Foundation Extensions Build Status

This project adds promises to the Swift Foundation framework.

We support iOS, tvOS, watchOS, macOS and Linux, Swift 3.0, 3.1 and 3.2.

This project does not currently support Linux, but PRs welcome.

CococaPods

pod "PromiseKit/Foundation", "~> 4.0"

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

Carthage

github "PromiseKit/Foundation" ~> 1.0

The extensions are built into their own framework:

// swift
import PromiseKit
import PMKFoundation
// objc
@import PromiseKit;
@import PMKFoundation;

SwiftPM

let package = Package(
    dependencies: [
        .Package(url: "https://github.com/PromiseKit/Foundation.git", majorVersion: 1)
    ]
)

About

Promises for Swift & ObjC

http://promisekit.org


Languages

Language:Swift 55.2%Language:Objective-C 44.8%