https://github.com/jsbean/osc
Swift wrapper for F53OSC
https://github.com/jsbean/osc
Last synced: over 1 year ago
JSON representation
Swift wrapper for F53OSC
- Host: GitHub
- URL: https://github.com/jsbean/osc
- Owner: jsbean
- License: mit
- Created: 2016-11-02T01:17:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T02:03:09.000Z (over 9 years ago)
- Last Synced: 2025-01-22T12:47:05.303Z (over 1 year ago)
- Language: Objective-C
- Size: 32.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OSC

[](https://travis-ci.org/dn-m/OSC)
[](https://codecov.io/gh/dn-m/OSC)
[](https://github.com/Carthage/Carthage)
[](https://badge.fury.io/gh/dn-m%2FOSC)
## Integration
### Carthage
Integrate **OSC** 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/OSC"` 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 **OSC** into your iOS or macOS project.
---
### Documentation
See the [documentation](http://dn-m.github.io/OSC/).