Skip to content

Commit 9ac41d8

Browse files
committed
Updated podspec
1 parent fdd8a7e commit 9ac41d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SeparatorCollectionViewFlowLayout.podspec

Lines changed: 2 additions & 1 deletion
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.0"
3+
s.version = "1.0.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
@@ -22,6 +22,7 @@ Pod::Spec.new do |s|
2222
s.subspec "Core" do |ss|
2323
ss.source_files = "Source/*.swift"
2424
ss.framework = "Foundation"
25+
ss.framework = "UIKit"
2526
end
2627

2728
end

0 commit comments

Comments
 (0)