Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 580 Bytes

README.markdown

File metadata and controls

34 lines (23 loc) · 580 Bytes

PromiseKit HealthKit Extensions Build Status

This project adds promises to Apple’s HealthKit framework.

CocoaPods

pod "PromiseKit/HealthKit" ~> 6.0

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

Carthage

github "PromiseKit/PMKHealthKit" ~> 1.0

The extensions are built into their own framework:

// swift
import PromiseKit
import PMKHealthKit
// objc
@import PromiseKit;
@import PMKHealthKit;