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

Commit

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

# Meta
s.name = 'Guitar'
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: [.iOS(.v9)],
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 2587d02

Please sign in to comment.