Adds cocoapods and a readme of how to get the package (#5771)

This commit is contained in:
mustiikhalil
2020-02-21 22:42:07 +03:00
committed by GitHub
parent 6d44cede70
commit 3ec7a53c62
3 changed files with 233 additions and 0 deletions

10
swift/README.md Normal file
View File

@@ -0,0 +1,10 @@
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.