Skip to content

Commit

Permalink
bumping podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-dmg committed Apr 13, 2020
1 parent d53c7f3 commit 7dbc91e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion HPNetwork.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "HPNetwork"
spec.version = "0.1.0"
spec.version = "0.2.0"
spec.summary = "A lightweight but customisable networking stack written in Swift"
spec.swift_version = "5.0"

Expand Down
12 changes: 2 additions & 10 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,12 @@ let package = Package(
.iOS(.v8), .macOS(.v10_11), .tvOS(.v9), .watchOS(.v3)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "HPNetwork",
targets: ["HPNetwork"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.library(name: "HPNetwork", targets: ["HPNetwork"]),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "HPNetwork",
dependencies: []),
.target(name: "HPNetwork"),
.testTarget(
name: "HPNetworkTests",
dependencies: ["HPNetwork"])
Expand Down

0 comments on commit 7dbc91e

Please sign in to comment.