File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# UnzipKit CHANGELOG
22
3+ ## 1.6
4+
5+ * Added support using UnzipKit from a Swift dynamic framework target (Issue #21 , PR #22 ). Thanks @iblacksun !
6+
37## 1.5
48
59* Added full support for Carthage (Issue #11 )
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.5 </string >
18+ <string >1.6 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "UnzipKit"
3- s . version = "1.5 "
3+ s . version = "1.6 "
44 s . summary = "An Objective-C zlib wrapper for compressing and decompressing Zip files"
55 s . license = "BSD"
66 s . homepage = "https://github.com/abbeycode/UnzipKit"
You can’t perform that action at this time.
0 commit comments