flatbuffers/swift
mustiikhalil e1be8aaadd
Bump version for latest swift version (#6121)
2020-09-17 12:28:42 -07:00
..
Sources/FlatBuffers [Swift] Migrates struct write APIS to write directly to the buffer (#6093) 2020-09-17 17:10:59 +03:00
FlatBuffers.podspec Bump version for latest swift version (#6121) 2020-09-17 12:28:42 -07:00
LICENSE Adds cocoapods and a readme of how to get the package (#5771) 2020-02-21 11:42:07 -08:00
Package.swift [Swift] Internal library improvements (#5965) 2020-06-18 10:14:38 -07:00
README.md Code cleanup + updates test and readme (#6004) 2020-06-30 21:37:43 +03:00

README.md

FlatBuffers swift can be found in both SPM

.package(url: "https://github.com/mustiikhalil/flatbuffers.git", from: "X.Y.Z"),

and Cocoapods

pod 'FlatBuffers'

Notes

1- To report any error please use the main repository.

2- 0.6.0 deprecates add(condition:bool) for add(element:bool). You can download the binary here and select the latest push to master

Contribute

1- Always run swift test --generate-linuxmain whenever new test functions are added or removed