From ae8ad20dc21c5c127ff6633ee6607b33f47a19d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Manuel=20Sa=CC=81nchez?= Date: Mon, 15 Jan 2024 10:26:14 +0100 Subject: [PATCH] config: Updated package platforms and podspec version. --- Package.swift | 2 +- Sio.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index fda23f4..78076a1 100644 --- a/Package.swift +++ b/Package.swift @@ -6,7 +6,7 @@ import PackageDescription let package = Package( name: "Sio", platforms: [ - .macOS(.v10_11), .iOS(.v10), + .macOS(.v10_11), .iOS(.v10), .tvOS(.v10) ], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages. diff --git a/Sio.podspec b/Sio.podspec index 8e36d5b..a7ef5bd 100644 --- a/Sio.podspec +++ b/Sio.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sio" - s.version = "0.3.2" + s.version = "0.3.4" s.summary = "Swift IO" s.description = <<-DESC Swift Effects library, ala ZIO.