PromiseKit / Accounts

Promises for Swift & ObjC

Home Page:http://promisekit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PromiseKit Accounts Extensions Build Status

This project adds promises to Apple’s Accounts framework.

CococaPods

pod "PromiseKit/Accounts" ~> 6.0

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

Carthage

github "PromiseKit/Accounts" ~> 3.0

The extensions are built into their own framework:

// swift
import PromiseKit
import PMKAccounts
// objc
@import PromiseKit;
@import PMKAccounts;

About

Promises for Swift & ObjC

http://promisekit.org

License:MIT License


Languages

Language:Swift 57.5%Language:Objective-C 42.5%