1024jp / GzipSwift

Swift package that enables gzip/gunzip Data using zlib
MIT License
544 stars 134 forks source link

Added framework target and scheme NSData_GZIP for Carthage support #7

Closed mpurland closed 8 years ago

1024jp commented 8 years ago

Oh, thank you very much. I was enough lazy not to support framework on this repo (even in fact, I use it as a part of a framework in my private project.)

Before merging, could you change the merging destination from master branch to develop? I'll support also OS X platform and then merge to the master branch.

1024jp commented 8 years ago

Sorry for my late but I've just implemented framework and (probably) supported Carthage. See Swift3 branch. Thanks for your suggestion!