flatbuffers/swift
mustiikhalil 2e9a196734
Updates swift docs for package management (#5883)
Small fix for the clear function
2020-05-04 10:18:38 -07:00
..
Sources/FlatBuffers Updates swift docs for package management (#5883) 2020-05-04 10:18:38 -07:00
FlatBuffers.podspec Upgraded swift implementation for grpc (#5843) 2020-04-06 10:05:56 -07:00
LICENSE Adds cocoapods and a readme of how to get the package (#5771) 2020-02-21 11:42:07 -08:00
Package.swift [Swift] Swift implementation 🎉🎉 (#5603) 2020-01-09 12:12:10 -08:00
README.md Updates swift docs for package management (#5883) 2020-05-04 10:18:38 -07:00

README.md

FlatBuffers swift can be found in both SPM

.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.

and Cocoapods

pod 'FlatBuffers', :git => 'https://github.com/mustiikhalil/flatbuffers.git', :branch => 'swift'

To report any error please use the main repository.