Skip to content

iShape-Swift/iGeometry

Repository files navigation

iGeometry

Vectors operations on integer field


Installation

Add the following to your Podfile:

pod 'iGeometry'

Add the following to your Cartfile:

github "iShape-Swift/iGeometry"

Add the following to your Package.swift:

let package = Package(
    name: "[your name]",
    products: [
        dependencies: [
            .package(url: "https://github.com/iShape-Swift/iGeometry", from: "1.7.0")
        ],
        targets: [
            .target(
                name: "[your target]",
                dependencies: ["iGeometry"])
        ]
    ]
)

About

Vectors operations on integer field

Resources

License

Stars

Watchers

Forks

Packages

No packages published