Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wolfmcnally/extensibleenumeratedname

Swift protocol for creating names that are type-safe, statically-bound, and extendible at compile time.
https://github.com/wolfmcnally/extensibleenumeratedname

Last synced: 10 days ago
JSON representation

Swift protocol for creating names that are type-safe, statically-bound, and extendible at compile time.

Awesome Lists containing this project

README

        

# ExtensibleEnumeratedName

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

Swift protocol for creating names that are type-safe, statically-bound, and extendible at compile time.

## Requirements

Swift 4.2

## Installation

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

```ruby
pod 'ExtensibleEnumeratedName'
```

## Author

Wolf McNally, [email protected]

## License

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