Skip to content
This repository was archived by the owner on Dec 3, 2022. It is now read-only.

cprkit/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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%