Skip to content

Commit

Permalink
Bumping podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-dmg committed Mar 21, 2021
1 parent a3c5182 commit 9f95159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions HPNetwork.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "HPNetwork"
s.version = "1.2.1"
s.version = "2.0.0"
s.summary = "A lightweight but customisable networking stack written in Swift"

s.homepage = "https://panhans.dev/opensource/hpnetwork"
Expand All @@ -26,8 +26,7 @@ Pod::Spec.new do |s|
s.tvos.framework = "UIKit"
s.osx.framework = "AppKit"

s.swift_version = "5.3"
s.requires_arc = true
s.swift_version = "5.1"
s.requires_arc = true

end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down

0 comments on commit 9f95159

Please sign in to comment.