https://github.com/dankinsoid/rediscodable
RedisCodable types
https://github.com/dankinsoid/rediscodable
Last synced: 10 months ago
JSON representation
RedisCodable types
- Host: GitHub
- URL: https://github.com/dankinsoid/rediscodable
- Owner: dankinsoid
- License: mit
- Created: 2024-06-05T16:09:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T16:49:03.000Z (almost 2 years ago)
- Last Synced: 2024-08-15T18:58:32.186Z (almost 2 years ago)
- Language: Swift
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RedisCodable
[](https://travis-ci.org/dankinsoid/RedisCodable)
[](https://cocoapods.org/pods/RedisCodable)
[](https://cocoapods.org/pods/RedisCodable)
[](https://cocoapods.org/pods/RedisCodable)
## Description
This repository provides
## Example
```swift
```
## Usage
## Installation
1. [Swift Package Manager](https://github.com/apple/swift-package-manager)
Create a `Package.swift` file.
```swift
// swift-tools-version:5.7
import PackageDescription
let package = Package(
name: "SomeProject",
dependencies: [
.package(url: "https://github.com/dankinsoid/RedisCodable.git", from: "0.0.1")
],
targets: [
.target(name: "SomeProject", dependencies: ["RedisCodable"])
]
)
```
```ruby
$ swift build
```
2. [CocoaPods](https://cocoapods.org)
Add the following line to your Podfile:
```ruby
pod 'RedisCodable'
```
and run `pod update` from the podfile directory first.
## Author
dankinsoid, voidilov@gmail.com
## License
RedisCodable is available under the MIT license. See the LICENSE file for more info.