Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Sources/FlatBuffers/ | 03-May-2024 | - | 1,214 | 724 | ||
FlatBuffers.podspec | D | 03-May-2024 | 895 | 22 | 17 | |
LICENSE | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
Package.swift | D | 03-May-2024 | 486 | 23 | 18 | |
README.md | D | 03-May-2024 | 297 | 11 | 5 |
README.md
1FlatBuffers swift can be found in both SPM 2 3`.package(url: "https://github.com/mustiikhalil/flatbuffers.git", .branch("swift"))` 4 5and Cocoapods 6 7`pod 'FlatBuffers', :git => 'https://github.com/mustiikhalil/flatbuffers.git' :branch => 'swift'` 8 9To report any error please use the main repository. 10 11