2020-02-21 19:42:07 +00:00
|
|
|
FlatBuffers swift can be found in both SPM
|
|
|
|
|
2020-05-04 17:18:38 +00:00
|
|
|
`.package(url: "https://github.com/mustiikhalil/flatbuffers.git", from: "X.Y.Z"),`
|
|
|
|
|
|
|
|
tags are provided in the repository, so you can select according to the version you want.
|
2020-02-21 19:42:07 +00:00
|
|
|
|
|
|
|
and Cocoapods
|
|
|
|
|
2020-03-16 18:55:59 +00:00
|
|
|
`pod 'FlatBuffers', :git => 'https://github.com/mustiikhalil/flatbuffers.git', :branch => 'swift'`
|
2020-02-21 19:42:07 +00:00
|
|
|
|
|
|
|
To report any error please use the main repository.
|
|
|
|
|