bellebethcooper / PMKHealthKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Swift 100.0%