Swiftpack.co - Vaidios/SwiftyNifti as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Vaidios.
Vaidios/SwiftyNifti 0.1.1
Reading NIfTI-1 files using native swift code
⭐️ 5
🕓 21 weeks ago
.package(url: "https://github.com/Vaidios/SwiftyNifti.git", from: "0.1.1")

SwiftyNifti

SPM compatible

This package makes it easier to read nifti(.nii) files using native Swift code

Integration

Swift Package Manager

You can use The Swift Package Manager to install SwiftyNifti by adding the proper description to your Package.swift file:

// swift-tools-version:4.0
import PackageDescription

let package = Package(
    name: "YOUR_PROJECT_NAME",
    dependencies: [
        .package(url: "https://github.com/Vaidios/SwiftyNifti.git", from: "4.0.0"),
    ]
)

GitHub

link
Stars: 5
Last commit: 21 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

3 years ago

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