Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wolfmcnally/wolfosbridge

Conveniences for writing code that runs under both iOS and macOS.
https://github.com/wolfmcnally/wolfosbridge

Last synced: 26 days ago
JSON representation

Conveniences for writing code that runs under both iOS and macOS.

Awesome Lists containing this project

README

        

# WolfOSBridge

[![CI Status](https://img.shields.io/travis/wolfmcnally/WolfOSBridge.svg?style=flat)](https://travis-ci.org/wolfmcnally/WolfOSBridge)
[![Version](https://img.shields.io/cocoapods/v/WolfOSBridge.svg?style=flat)](https://cocoapods.org/pods/WolfOSBridge)
[![License](https://img.shields.io/cocoapods/l/WolfOSBridge.svg?style=flat)](https://cocoapods.org/pods/WolfOSBridge)
[![Platform](https://img.shields.io/cocoapods/p/WolfOSBridge.svg?style=flat)](https://cocoapods.org/pods/WolfOSBridge)

Conveniences for writing code that runs under both iOS and macOS.

In this library and throughout WolfCore, such conveniences are prefixed with "OS".

## Requirements

Swift 4.2

## Installation

WolfOSBridge is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'WolfOSBridge'
```

## Author

Wolf McNally, [email protected]

## License

WolfOSBridge is available under the MIT license. See the LICENSE file for more info.