Skip to content

PromiseKit/WatchConnectivity

Repository files navigation

PromiseKit WatchConnectivity Extensions Build Status

This project adds promises to Apple’s WatchConnectivity framework.

CocoaPods

pod "PromiseKit/WatchConnectivity" ~> 6.0

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

Carthage

github "PromiseKit/WatchConnectivity" ~> 3.0

The extensions are built into their own framework:

// swift
import PromiseKit
import PMKWatchConnectivity
// objc
@import PromiseKit;
@import PMKWatchConnectivity;