Skip to content

Commit

Permalink
update Package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion committed Jun 27, 2019
1 parent a29ebc8 commit b581e5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ let package = Package(
platforms: [
.macOS("10.10"), .iOS("8.0"), .tvOS("9.2"), .watchOS("2.2")
],
swiftLanguageVersions: [.v5, .v4_2],
dependencies: [], // No dependencies
products: [
.library(
name: "SwiftCSV",
targets: ["SwiftCSV"]),
],
dependencies: [], // No dependencies
targets: [
.target(
name: "SwiftCSV",
Expand All @@ -23,5 +22,6 @@ let package = Package(
name: "SwiftCSVTests",
dependencies: ["SwiftCSV"],
path: "SwiftCSVTests"),
]
],
swiftLanguageVersions: [.v5, .v4_2]
)
2 changes: 1 addition & 1 deletion SwiftCSV.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftCSV"
s.version = "0.5.4"
s.version = "0.5.5"
s.summary = "CSV parser for Swift"
s.homepage = "https://github.com/swiftcsv/SwiftCSV"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit b581e5c

Please sign in to comment.