Skip to content

Commit feb4105

Browse files
committed
Clear color default
1 parent 0ca5099 commit feb4105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SeparatorCollectionViewFlowLayout.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SeparatorCollectionViewFlowLayout"
3-
s.version = "1.1"
3+
s.version = "1.1.1"
44
s.summary = "A UICollectionViewFlowLayout implementation to allow separators between cells"
55
s.description = <<-EOS
66
A UICollectionViewFlowLayout implementation to allow separators between cells
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
ss.source_files = "Source/*.swift"
2121
ss.framework = "Foundation"
2222
ss.framework = "UIKit"
23-
ss.dependency = "UICollectionViewLeftAlignedLayout"
23+
ss.dependency "UICollectionViewLeftAlignedLayout", "~> 1.0.1"
2424
end
2525

2626
end

0 commit comments

Comments
 (0)