Skip to content

Commit

Permalink
Upgrading deployment targets and updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub authored Mar 5, 2024
1 parent d5c5083 commit dd9b9a6
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 58 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import PackageDescription
let package = Package(
name: "PubNub",
platforms: [
.iOS(.v9),
.macOS(.v10_11),
.tvOS(.v9),
.watchOS(.v2)
.iOS(.v12),
.macOS(.v10_13),
.tvOS(.v12),
.watchOS(.v4)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand Down
Loading

0 comments on commit dd9b9a6

Please sign in to comment.