PromiseKit / PMKEventKit

Promises for Apple’s EventKit framework.

Home Page:http://promisekit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PromiseKit EventKit Extensions Build Status

This project adds promises to Apple’s EventKit framework.

CocoaPods

pod "PromiseKit/EventKit" ~> 6.0

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

Carthage

github "PromiseKit/PMKEventKit" ~> 4.0

The extensions are built into their own framework:

// swift
import PromiseKit
import PMKEventKit
// objc
@import PromiseKit;
@import PMKEventKit;

About

Promises for Apple’s EventKit framework.

http://promisekit.org

License:MIT License


Languages

Language:Swift 100.0%