This project adds promises to Apple’s HealthKit framework.
pod "PromiseKit/HealthKit" ~> 6.0
The extensions are built into PromiseKit.framework
thus nothing else is needed.
github "PromiseKit/PMKHealthKit" ~> 1.0
The extensions are built into their own framework:
// swift
import PromiseKit
import PMKHealthKit
// objc
@import PromiseKit;
@import PMKHealthKit;