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

Commit 7ff3d90

Browse files
committed
Fixed manifest
1 parent 2587d02 commit 7ff3d90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Guitar.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
# Version
3-
s.version = '1.1.1'
3+
s.version = '1.1.2'
44
s.swift_version = '5.2'
55

66
# Meta

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: [.macOS(.v10_11), .iOS(.v10), tvOS(.v10), .watchOS(.v3)],
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)