mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 00:32:18 +00:00
Adds cocoapods and a readme of how to get the package (#5771)
This commit is contained in:
10
swift/README.md
Normal file
10
swift/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user