Files
flatbuffers-bigfoot/swift/README.md
Daniel Nguyen 27325e002a docs: clean up whitespace and fix typo in tutorial.md (#8695)
* docs: remove trailing whitespace

* docs: fix typo in tutorial.md
2025-09-25 09:02:22 -07:00

12 lines
271 B
Markdown

FlatBuffers swift can be found in both SPM
`.package(url: "https://github.com/google/flatbuffers.git", from: "X.Y.Z"),`
and Cocoapods
`pod 'FlatBuffers'`
### Contribute
1- Always run `swift test --generate-linuxmain` whenever new test functions are added or removed