mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 20:31:23 +00:00
* Adds Object-api support to swift * Fixed indentation issues * Removed indentation within namespaces
FlatBuffers swift can be found in both SPM
.package(url: "https://github.com/mustiikhalil/flatbuffers.git", .branch("swift"))
and Cocoapods
pod 'FlatBuffers', :git => 'https://github.com/mustiikhalil/flatbuffers.git', :branch => 'swift'
To report any error please use the main repository.