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

Commit

Permalink
Fixed manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Jun 13, 2020
1 parent 2587d02 commit 7ff3d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Guitar.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
# Version
s.version = '1.1.1'
s.version = '1.1.2'
s.swift_version = '5.2'

# Meta
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription

let package = Package(
name: "Guitar",
platforms: [.macOS(.v10_11), .iOS(.v10), tvOS(.v10), .watchOS(.v3)],
platforms: [.macOS(.v10_11), .iOS(.v10), .tvOS(.v10), .watchOS(.v3)],
products: [.library(name: "Guitar", targets: ["Guitar"])],
targets: [ .target(name: "Guitar", path: "Sources/")],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 7ff3d90

Please sign in to comment.