Skip to content

Commit

Permalink
config: Updated package platforms and podspec version.
Browse files Browse the repository at this point in the history
  • Loading branch information
buscarini committed Jan 15, 2024
1 parent 42e3303 commit ae8ad20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Sio.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ae8ad20

Please sign in to comment.