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)
- Host: GitHub
- URL: https://github.com/pankajsoni19/swiftbert
- Owner: pankajsoni19
- License: mit
- Created: 2016-10-07T05:13:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T08:37:53.000Z (about 5 years ago)
- Last Synced: 2025-07-06T05:41:27.684Z (12 months ago)
- Topics: bert-serializer, erlang, swift
- Language: Swift
- Homepage: http://linkedin.com/in/pankajsoni19/
- Size: 92.8 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BertSwift
[](https://developer.apple.com/swift/)
[](http://cocoapods.org/pods/BertSwift)
[](http://cocoapods.org/pods/BertSwift)
[](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.