File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog for CampcotCollectionView 0.0.5
2+ ### Added
3+ * Layout supports more than 2 items in row.
4+
5+ ### Fixed
6+ * Fixed bug with pinned header position when ` contentInset.top ` is bigger than section height.
7+
18# Changelog for CampcotCollectionView 0.0.4
29### Changed
310* Updates for Swift 5.0
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'CampcotCollectionView'
3- s . version = '0.0.4 '
3+ s . version = '0.0.5 '
44 s . summary = 'CapmcotCollectionView is custom UICollectionView that allows to expand and collapse sections.'
55 s . description = 'This library provides a custom UICollectionView that allows to expand and collapse sections.' \
66 'It provides a simple API to manage collection view appearance.'
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.0.4 </string >
18+ <string >0.0.5 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments