mw99 / DataCompression

Swift libcompression wrapper as an extension for the Data type (GZIP, ZLIB, LZFSE, LZMA, LZ4, deflate, RFC-1950, RFC-1951, RFC-1952)
Apache License 2.0
287 stars 57 forks source link

Added podspec to support CocoaPods #1

Closed stephanheilner closed 7 years ago

mw99 commented 7 years ago

Oh! Thank you very much! My first pull request, very exiting :) Will test and merge it the following days when I'm not so busy.

mw99 commented 7 years ago

Added support for cocoa pods and the swift package manager in release 2.0.0. Thanks again! You can now add pod 'DataCompression' to your Podfile to install DataCompression