From 3a16a5debc54bda92629922cba565f1fed391d7b Mon Sep 17 00:00:00 2001 From: gumob Date: Sun, 25 Aug 2024 22:32:34 +0900 Subject: [PATCH 1/2] build(Punycode.podspec): Add support for watchOS and visionOS platforms to the library's summary --- Punycode.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Punycode.podspec b/Punycode.podspec index 7deb2e6..9c0d7a5 100644 --- a/Punycode.podspec +++ b/Punycode.podspec @@ -2,7 +2,7 @@ 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" } From d68d4ff40082b83e4be1671b3f5665de828f1164 Mon Sep 17 00:00:00 2001 From: gumob Date: Sun, 25 Aug 2024 22:33:43 +0900 Subject: [PATCH 2/2] chore: Update author info --- Punycode.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Punycode.podspec b/Punycode.podspec index 9c0d7a5..8a31ba9 100644 --- a/Punycode.podspec +++ b/Punycode.podspec @@ -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}" }