We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd8a7e commit 9ac41d8Copy full SHA for 9ac41d8
SeparatorCollectionViewFlowLayout.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SeparatorCollectionViewFlowLayout"
3
- s.version = "1.0"
+ s.version = "1.0.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
@@ -22,6 +22,7 @@ Pod::Spec.new do |s|
22
s.subspec "Core" do |ss|
23
ss.source_files = "Source/*.swift"
24
ss.framework = "Foundation"
25
+ ss.framework = "UIKit"
26
end
27
28
0 commit comments