Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfmcnally/wolfgeometry
Swift methods, types, and extensions for doing geometrical calculations.
https://github.com/wolfmcnally/wolfgeometry
Last synced: 26 days ago
JSON representation
Swift methods, types, and extensions for doing geometrical calculations.
- Host: GitHub
- URL: https://github.com/wolfmcnally/wolfgeometry
- Owner: wolfmcnally
- License: mit
- Created: 2018-09-19T05:54:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T08:55:15.000Z (about 5 years ago)
- Last Synced: 2024-09-16T15:17:59.459Z (4 months ago)
- Language: Swift
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WolfGeometry
[![CI Status](https://img.shields.io/travis/wolfmcnally/WolfGeometry.svg?style=flat)](https://travis-ci.org/wolfmcnally/WolfGeometry)
[![Version](https://img.shields.io/cocoapods/v/WolfGeometry.svg?style=flat)](https://cocoapods.org/pods/WolfGeometry)
[![License](https://img.shields.io/cocoapods/l/WolfGeometry.svg?style=flat)](https://cocoapods.org/pods/WolfGeometry)
[![Platform](https://img.shields.io/cocoapods/p/WolfGeometry.svg?style=flat)](https://cocoapods.org/pods/WolfGeometry)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
Swift 4.2
## Installation
WolfGeometry is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'WolfGeometry'
```## Author
Wolf McNally, [email protected]
## License
WolfGeometry is available under the MIT license. See the LICENSE file for more info.