Skip to content

richardpiazza/SwiftSVG

Repository files navigation

SwiftSVG

A Swift SVG parsing library

Twitter: @richardpiazza

Usage

SwiftSVG is distributed using the Swift Package Manager. To install it into a project, add it as a dependency within your Package.swift manifest:

let package = Package(
    ...
    dependencies: [
        .package(url: "https://github.com/richardpiazza/SwiftSVG.git", from: "0.8.0")
    ],
    ...
)

Then import the SwiftSVG packages wherever you'd like to use it:

import SwiftSVG

Features

License

SwiftSVG is released under an MIT License.