SmartSpectra measures vital signs — heart rate, breathing rate, HRV, and more — from video using a device's camera.
Add the package via Swift Package Manager:
https://github.com/Presage-Security/SmartSpectra-Swift
In Xcode: File → Add Package Dependencies... → enter the URL above.
For repeatable production builds, select a stable version such as 3.0.0.
Use the main branch only when testing the latest final public release before pinning a version.
For release candidates and other prereleases, select the rc branch. The rc branch tracks the
latest prerelease package manifest, for example 3.0.0-rc.14. For reproducible prerelease builds,
pin the exact prerelease version when your package manager supports it.
Full integration guide, API reference, and examples:
Sample apps and broader SDK examples live in the main SmartSpectra repository: