mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 09:52:02 +00:00
Bump version for latest swift version (#6121)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'FlatBuffers'
|
s.name = 'FlatBuffers'
|
||||||
s.version = '0.7.1'
|
s.version = '0.8.0'
|
||||||
s.summary = 'FlatBuffers: Memory Efficient Serialization Library'
|
s.summary = 'FlatBuffers: Memory Efficient Serialization Library'
|
||||||
|
|
||||||
s.description = "FlatBuffers is a cross platform serialization library architected for
|
s.description = "FlatBuffers is a cross platform serialization library architected for
|
||||||
|
|||||||
@@ -10,9 +10,8 @@ let package = Package(
|
|||||||
.macOS(.v10_14),
|
.macOS(.v10_14),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
// Main SwiftNIO package
|
|
||||||
.package(path: "../../swift"),
|
.package(path: "../../swift"),
|
||||||
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0-alpha.17")
|
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0-alpha.19")
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
||||||
@@ -26,7 +25,7 @@ let package = Package(
|
|||||||
path: "Sources/Model"
|
path: "Sources/Model"
|
||||||
),
|
),
|
||||||
|
|
||||||
// Client for the HelloWorld example
|
// Client for the Greeter example
|
||||||
.target(
|
.target(
|
||||||
name: "Client",
|
name: "Client",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
@@ -36,7 +35,7 @@ let package = Package(
|
|||||||
path: "Sources/client"
|
path: "Sources/client"
|
||||||
),
|
),
|
||||||
|
|
||||||
// Server for the HelloWorld example
|
// Server for the Greeter example
|
||||||
.target(
|
.target(
|
||||||
name: "Server",
|
name: "Server",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ let package = Package(
|
|||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(path: "../../swift/"),
|
.package(path: "../../swift/"),
|
||||||
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0-alpha.18")
|
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.0.0-alpha.19")
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(name: "SwiftFlatBuffers"),
|
.target(name: "SwiftFlatBuffers"),
|
||||||
|
|||||||
Reference in New Issue
Block a user