From 1a658e7bca1be35c7f9d9dcbacf51b9c1de1e745 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Fri, 22 Mar 2024 00:56:37 -0700 Subject: [PATCH] Update podspec license field (#48) The library's license moved to MIT in 344a58b8. Update the podspec's license field to reflect that change. --- GZIP.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GZIP.podspec b/GZIP.podspec index 028b2c9..3837784 100644 --- a/GZIP.podspec +++ b/GZIP.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'GZIP' s.version = '1.3.1' - s.license = 'zlib' + s.license = 'MIT' s.summary = 'GZIP is category on NSData that provides simple gzip compression and decompression functionality.' s.homepage = 'https://github.com/nicklockwood/GZIP' s.author = { "Nick Lockwood" => "support@charcoaldesign.co.uk" }