https://github.com/jsbean/pathtools
Swift wrapper for CGPath for iOS and OSX graphics applications
https://github.com/jsbean/pathtools
Last synced: 10 months ago
JSON representation
Swift wrapper for CGPath for iOS and OSX graphics applications
- Host: GitHub
- URL: https://github.com/jsbean/pathtools
- Owner: jsbean
- License: mit
- Created: 2016-06-10T12:22:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T11:02:16.000Z (almost 9 years ago)
- Last Synced: 2025-03-16T00:16:16.975Z (over 1 year ago)
- Language: Swift
- Size: 2.02 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PathTools

[](https://travis-ci.org/dn-m/PathTools)
[](https://codecov.io/gh/dn-m/PathTools)
[](https://github.com/Carthage/Carthage)
[](https://badge.fury.io/gh/dn-m%2FPathTools)
## Integration
### Carthage
Integrate **PathTools** 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/PathTools"` to your [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile).
3. Follow [these instructions](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to integrate **PathTools** into your iOS or macOS project.
---
### Documentation
See the [documentation](http://dn-m.github.io/PathTools/).