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

https://github.com/pankajsoni19/swiftbert

BERT serializer for Swift (Erlang External Term Format)
https://github.com/pankajsoni19/swiftbert

bert-serializer erlang swift

Last synced: 8 months ago
JSON representation

BERT serializer for Swift (Erlang External Term Format)

Awesome Lists containing this project

README

          

# BertSwift

[![Swift 5.4](https://img.shields.io/badge/Swift-5.4-green.svg)](https://developer.apple.com/swift/)
[![License](https://img.shields.io/badge/licence-MIT-green.svg?style=flat)](http://cocoapods.org/pods/BertSwift)
[![Platform](https://img.shields.io/cocoapods/p/BertSwift.svg?style=flat)](http://cocoapods.org/pods/BertSwift)
[![Version](https://img.shields.io/cocoapods/v/BertSwift.svg?style=flat)](http://cocoapods.org/pods/BertSwift)

## About

Erlang Bert serializer/deserializer library for Swift 5.4

You can read more about the BERT encoding at [Erlang Bert](http://erlang.org/doc/apps/erts/erl_ext_dist.html)

## Other Languages

* [Swift](https://github.com/softwarejoint/SwiftBert)
* [Android](https://github.com/softwarejoint/AndroidBert)
* [JavaScript](https://github.com/softwarejoint/JavaScriptBert)

## Installation

BertSwift is available through Swift Package Manager.

```
.package(url: "https://github.com/pankajsoni19/SwiftBert.git", from: "2.2.0")
```

## Change Log

* 2.3.0 - Support Swift 5.4
* 2.1.2 - Support for Swift 4.1
* 2.1.1 - Updating BigInt dependency
* 2.1.0 - Support for Swift 4.0

## Author

Pankaj Soni

## License

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