Swiftpack.co - tryVital/vital-ios as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by tryVital.
tryVital/vital-ios 0.10.7
Swift client SDK for Vital API, HealthKit and Device integrations
⭐️ 18
🕓 1 week ago
iOS
.package(url: "https://github.com/tryVital/vital-ios.git", from: "0.10.7")

vital-ios

The official Swift Library for Vital API, HealthKit and Devices

Install

We support Swift Package Manager and CocoaPods.

Swift Package Manager

Add the vital-ios package to your Package.swift.

.package(url: "https://github.com/tryvital/vital-ios", from: "0.10.7"),

Then add the Vital iOS library products you need to your app and/or library targets:

.target(name: "AppTarget", dependencies: [
    .product(name: "VitalCore", package: "vital-ios"),
    .product(name: "VitalDevices", package: "vital-ios"),
    .product(name: "VitalHealthKit", package: "vital-ios"),
]),

CocoaPods

Add the Vital iOS library products you need to your Podfile:

pod "VitalCore", "~> 0.10.7"
pod "VitalDevices", "~> 0.10.7"
pod "VitalHealthKit", "~> 0.10.7"

Documentation

Please refer to the official Vital docs provide a full reference on using this library.

License

vital-ios is available under the AGPLv3 license. See the LICENSE file for more info. VitalDevices is under the Adept Labs Enterprise Edition (EE) license (the “EE License”). Please refer to its license inside its folder.

GitHub

link
Stars: 18
Last commit: 1 week ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

0.10.7
2 weeks ago

What's Changed

Full Changelog: https://github.com/tryVital/vital-ios/compare/0.10.6...0.10.7

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics