flatbuffers/swift
mustiikhalil 34305c4ce4
[Swift] Adds GRPC to Swift (#5758)
* Adds the basic structure for required to add grpc support

Added the message implementation

Updated the code to confirm to the protocol flatbuffersobject

Adds an example for Swift flatbuffers GRPC

Started implementing the swift GRPC code Gen

Generator generates protocols now

Fixing ci issues

Migrated the logic to use grpc_generator::File instead of string

Refactored swift project

Implemented GRPC in swift

Finished implementing GRPC in swift

Fixes issues

Adds contiguousBytes initializer to swift

Adds documentation + fixes buffer nameing in tables + structs

Adds documentation + fixes buffer nameing in tables + structs

Updated tests

* Updated version
2020-02-24 09:27:41 -08:00
..
Sources/FlatBuffers [Swift] Adds GRPC to Swift (#5758) 2020-02-24 09:27:41 -08:00
FlatBuffers.podspec [Swift] Adds GRPC to Swift (#5758) 2020-02-24 09:27:41 -08: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 Adds cocoapods and a readme of how to get the package (#5771) 2020-02-21 11:42:07 -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.