android13/external/flatbuffers/swift
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
Sources/FlatBuffers initial 2024-06-22 20:45:49 +08:00
FlatBuffers.podspec initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
Package.swift initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00

README.md

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.