Skip to content

Commit

Permalink
Merge pull request #60 from gumob:release/v3.0.0
Browse files Browse the repository at this point in the history
Release/v3.0.0
  • Loading branch information
gumob authored Aug 25, 2024
2 parents f0a17ce + d68d4ff commit c1097af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Punycode.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Pod::Spec.new do |s|

s.name = "Punycode"
s.version = "3.0.0"
s.summary = "A Pure Swift library for encode and decode punycoded strings supporting iOS, macOS, and tvOS."
s.summary = "A Pure Swift library for encode and decode punycoded strings supporting iOS, macOS, tvOS, watchOS, and visionOS."
s.homepage = "https://github.com/gumob/PunycodeSwift"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "gumob" => "hello@gumob.com" }
s.author = { "Kojiro Futamura" => "gumob.dev@gmail.com" }
s.frameworks = 'Foundation'
s.requires_arc = true
s.source = { :git => "https://github.com/gumob/PunycodeSwift.git", :tag => "#{s.version}" }
Expand Down

0 comments on commit c1097af

Please sign in to comment.