An open API service indexing awesome lists of open source software.

https://github.com/jsbean/graphicstesttools

Utilities for testing graphical structures
https://github.com/jsbean/graphicstesttools

Last synced: 10 months ago
JSON representation

Utilities for testing graphical structures

Awesome Lists containing this project

README

          

# GraphicsTestTools

![Swift](https://img.shields.io/badge/%20in-swift%203.1-orange.svg)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![GitHub version](https://badge.fury.io/gh/dn-m%2FGraphicsTestTools.svg)](https://badge.fury.io/gh/dn-m%2FGraphicsTestTools)

## Integration

### Carthage
Integrate **GraphicsTestTools** into your iOS or macOS project with [Carthage](https://github.com/Carthage/Carthage).

1. Follow [these instructions](https://github.com/Carthage/Carthage#installing-carthage) to install Carthage, if necessary.
2. Add `github "dn-m/GraphicsTestTools"` to your [Cartfile.private](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfileprivate).
3. Follow [these instructions](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to integrate **GraphicsTestTools** into your iOS or macOS project.

---

### Documentation
See the [documentation](http://dn-m.github.io/GraphicsTestTools/).