Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 2587d02

Browse files
committed
Update manifest files
1 parent 1d3cc02 commit 2587d02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Guitar.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
# Version
3-
s.version = '1.1.0'
4-
s.swift_version = '5.1'
3+
s.version = '1.1.1'
4+
s.swift_version = '5.2'
55

66
# Meta
77
s.name = 'Guitar'

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PackageDescription
33

44
let package = Package(
55
name: "Guitar",
6-
platforms: [.iOS(.v9)],
6+
platforms: [.macOS(.v10_11), .iOS(.v10), tvOS(.v10), .watchOS(.v3)],
77
products: [.library(name: "Guitar", targets: ["Guitar"])],
88
targets: [ .target(name: "Guitar", path: "Sources/")],
99
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)