Skip to content

Commit

Permalink
Update podspec license field (#48)
Browse files Browse the repository at this point in the history
The library's license moved to MIT in 344a58b. Update the podspec's
license field to reflect that change.
  • Loading branch information
jparise authored Mar 22, 2024
1 parent da881c9 commit 1a658e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GZIP.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit 1a658e7

Please sign in to comment.