kvs-coder / HealthKitReporter

HealthKitReporter. A wrapper for HealthKit framework. Helps to write or read data from Apple Health via HealthKit framework.
https://cocoapods.org/pods/HealthKitReporter
MIT License
70 stars 20 forks source link

Added support for iOS 9.0 and above #10

Closed jvigneshcs closed 3 years ago

jvigneshcs commented 3 years ago

Status

READY

Migrations

YES

Description

Added iOS 9.0 and above support, Added SPM support

Related PRs

List related PRs against other branches:

branch PR other_pr_production link other_pr_master link Todos Tests Documentation

Deploy Notes

Notes regarding deployment the contained body of work. These should note any db migrations, etc.

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

git pull --prune git checkout

Impacted Areas in Application

Small description about what will be changed in the app if this PR will be merged

List general components of the application that this PR will affect:

The direct changes inside the app made by this PR

kvs-coder commented 3 years ago

Thank you for the enabling iOS 9.0 support, great job, I think in REAMDE it should be mentioned as well.

Also please review my other comments

jvigneshcs commented 3 years ago

I have updated the README

kvs-coder commented 3 years ago

Idea with convertable unit is great, thank you!