Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wolfmcnally/wolfosbridge
- Owner: wolfmcnally
- License: mit
- Created: 2018-09-19T03:51:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T00:25:10.000Z (about 5 years ago)
- Last Synced: 2024-12-17T19:35:45.821Z (about 1 month ago)
- Language: Swift
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.