Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wolfmcnally/extensibleenumeratedname
- Owner: wolfmcnally
- License: mit
- Created: 2018-09-13T22:29:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T00:27:19.000Z (about 5 years ago)
- Last Synced: 2024-11-30T21:23:06.367Z (about 1 month ago)
- Language: Swift
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.