mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-09 22:56:27 +00:00
* Moved swifttest.sh code generator to generate_code + fix issue in ghpages * Fixes small issue with cocoapods documentation
11 lines
298 B
Markdown
11 lines
298 B
Markdown
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.
|
|
|