Skip to content

Commit

Permalink
chore: Update author info
Browse files Browse the repository at this point in the history
  • Loading branch information
gumob committed Aug 25, 2024
1 parent 3a16a5d commit d68d4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Punycode.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
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 d68d4ff

Please sign in to comment.