Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
cipi1965 authored Sep 15, 2019
1 parent 0b62749 commit 7359ee6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:4.0
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -11,6 +11,7 @@ let package = Package(
dependencies: [],
targets: [
.target(name: "SideMenu", path: "Pod/Classes")
]
],
swiftLanguageVersions: [.v4_2, .v5]
)

0 comments on commit 7359ee6

Please sign in to comment.