Skip to content

Commit

Permalink
Support watchos in spm
Browse files Browse the repository at this point in the history
The podspec supports watchos, but the spm metadata doesn't.
  • Loading branch information
ojii committed Apr 23, 2021
1 parent 1adeed4 commit c5850f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "CryptoSwift",
platforms: [
.macOS(.v10_12), .iOS(.v9), .tvOS(.v9)
.macOS(.v10_12), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)
],
products: [
.library(
Expand Down

0 comments on commit c5850f7

Please sign in to comment.