Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
chiahsien committed Jan 15, 2020
2 parents 95b703f + 669a2c7 commit 6353ec8
Show file tree
Hide file tree
Showing 12 changed files with 494 additions and 684 deletions.
5 changes: 3 additions & 2 deletions CHTCollectionViewWaterfallLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CHTCollectionViewWaterfallLayout"
s.version = "0.9.7"
s.version = "0.9.8"
s.summary = "The waterfall (i.e., Pinterest-like) layout for UICollectionView."
s.homepage = "https://github.com/chiahsien/CHTCollectionViewWaterfallLayout"
s.screenshots = "https://raw.github.com/chiahsien/UICollectionViewWaterfallLayout/master/Screenshots/2-columns.png"
Expand All @@ -19,8 +19,9 @@ Pod::Spec.new do |s|
ss.source_files = '*.{h,m}'
end

s.swift_version = '4.2'
s.subspec 'Swift' do |ss|
ss.ios.deployment_target = '8.0'
ss.source_files = '*.swift'
ss.source_files = 'SwiftSources/**/*'
end
end
Loading

0 comments on commit 6353ec8

Please sign in to comment.