Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- HealthKitReporter (1.7.0)
- HealthKitReporter/Tests (1.7.0)
- HealthKitReporter (3.1.0)
- HealthKitReporter/Tests (3.1.0)

DEPENDENCIES:
- HealthKitReporter (from `../`)
Expand All @@ -11,8 +11,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
HealthKitReporter: c47cb09099b218c2717b8c3b884ee683edf57d95
HealthKitReporter: 4fae728be1afa52c4833d4cfb9835b368bfc89e6

PODFILE CHECKSUM: 42dc208a4788fd9b7d8eebf0c62dd84606fddf4d

COCOAPODS: 1.11.2
COCOAPODS: 1.16.2
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/HealthKitReporter.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,572 changes: 800 additions & 772 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions HealthKitReporter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Pod::Spec.new do |s|
s.author = { 'Victor Kachalov' => '[email protected]' }
s.source = { :git => 'https://github.com/VictorKachalov/HealthKitReporter.git', :tag => s.version.to_s }
s.social_media_url = 'https://www.facebook.com/profile.php?id=1700091944'
s.platform = :ios, '9.0'
s.ios.deployment_target = '9.0'
s.platform = :ios, '10.0'
s.ios.deployment_target = '10.0'
s.source_files = 'Sources/**/*'

s.test_spec 'Tests' do |t|
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "HealthKitReporter",
platforms: [ .iOS(.v9), .watchOS(.v2) ],
platforms: [ .iOS(.v10), .watchOS(.v2) ],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp
The library supports iOS 9 & above.
Some features like HKHeartbeatSeries are available only starting with iOS 13.0 and like HKElectrocardiogramm starting with iOS 14.0

## Installation
## Installation

### Cocoapods

Expand Down
Loading