Skip to content

PromiseKit/PMKHealthKit

Repository files navigation

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;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages