Merge branch 'terrillo' into develop
# Conflicts: # RCTAppleHealthKit/RCTAppleHealthKit+Methods_Fitness.h # RCTAppleHealthKit/RCTAppleHealthKit+Methods_Fitness.m # RCTAppleHealthKit/RCTAppleHealthKit+Queries.m # RCTAppleHealthKit/RCTAppleHealthKit+Utils.m # RCTAppleHealthKit/RCTAppleHealthKit.m
Showing
RCTAppleHealthKit.podspec
0 → 100644
Pod::Spec.new do |s| | |||
s.name = "RCTAppleHealthKit" | |||
s.summary = "A React Native bridge module for interacting with Apple Healthkit data" | |||
s.version = "0.6.5" | |||
s.homepage = "https://github.com/terrillo/rn-apple-healthkit" | |||
s.license = "MIT" | |||
s.author = { "Terrillo Walls" => "terrillo@terrillo.com" } | |||
s.platform = :ios, "9.0" | |||
s.source = { :git => "https://github.com/terrillo/rn-apple-healthkit", :tag => "master" } | |||
s.source_files = "RCTAppleHealthKit/*.{h,m}" | |||
s.requires_arc = true | |||
s.dependency "React" | |||
end | |||
\ No newline at end of file |
docs/Installation.md
0 → 100644
docs/Permissions.md
0 → 100644
docs/getBiologicalSex().md
0 → 100644
docs/getDateOfBirth().md
0 → 100644
docs/getDistanceCycling().md
0 → 100644
docs/getFlightsClimbed().md
0 → 100644
docs/getHeightSamples().md
0 → 100644
docs/getLatestBmi().md
0 → 100644
docs/getLatestHeight().md
0 → 100644
docs/getLatestWeight().md
0 → 100644
docs/getSamples().md
0 → 100644
docs/getSleepSamples().md
0 → 100644
docs/getStepCount().md
0 → 100644
docs/getWeightSamples().md
0 → 100644
docs/initHealthKit().md
0 → 100644
docs/isAvailable().md
0 → 100644
docs/saveBmi().md
0 → 100644
docs/saveHeight().md
0 → 100644
docs/saveLeanBodyMass().md
0 → 100644
docs/saveMindfulSession().md
0 → 100644
docs/saveSteps().md
0 → 100644
docs/saveWeight().md
0 → 100644
docs/setObserver().md
0 → 100644
Please register or sign in to comment