CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

iGeometry 1.11.2

iGeometry 1.11.2

Maintained by Nail Sharipov.



iGeometry 1.11.2

  • By
  • Nail Sharipov

iGeometry

Vectors operations on integer field


Installation

CocoaPods

Add the following to your Podfile:

pod 'iGeometry'

Cartage

Add the following to your Cartfile:

github "iShape-Swift/iGeometry"

Package Manager

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"])
        ]
    ]
)