Skip to content

Commit

Permalink
Updated podspec version for Swift and PodSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Jan 15, 2025
1 parent 09b0ee2 commit fcec34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RealHTTP.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RealHTTP"
s.version = "1.8.3"
s.version = "1.9.0"
s.summary = "Lightweight yet powerful http-client & stubber for Swift with native async/await support"
s.homepage = "https://github.com/immobiliare/RealHTTP.git"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
:git => 'https://github.com/immobiliare/RealHTTP.git',
:tag => s.version.to_s
}
s.swift_versions = ['5.0', '5.1', '5.3', '5.4', '5.5', '5.7']
s.swift_versions = ['5.0', '5.1', '5.3', '5.4', '5.5', '5.7', '5.8', '5.9']
s.framework = 'Foundation'

s.source_files = 'Sources/RealHTTP/**/*.swift'
Expand Down

0 comments on commit fcec34a

Please sign in to comment.