We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca5099 commit feb4105Copy full SHA for feb4105
SeparatorCollectionViewFlowLayout.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SeparatorCollectionViewFlowLayout"
3
- s.version = "1.1"
+ s.version = "1.1.1"
4
s.summary = "A UICollectionViewFlowLayout implementation to allow separators between cells"
5
s.description = <<-EOS
6
A UICollectionViewFlowLayout implementation to allow separators between cells
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
20
ss.source_files = "Source/*.swift"
21
ss.framework = "Foundation"
22
ss.framework = "UIKit"
23
- ss.dependency = "UICollectionViewLeftAlignedLayout"
+ ss.dependency "UICollectionViewLeftAlignedLayout", "~> 1.0.1"
24
end
25
26
0 commit comments