Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbruel committed Dec 10, 2015
1 parent fdd8a7e commit 9ac41d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SeparatorCollectionViewFlowLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SeparatorCollectionViewFlowLayout"
s.version = "1.0"
s.version = "1.0.1"
s.summary = "A UICollectionViewFlowLayout implementation to allow separators between cells"
s.description = <<-EOS
A UICollectionViewFlowLayout implementation to allow separators between cells
Expand All @@ -22,6 +22,7 @@ Pod::Spec.new do |s|
s.subspec "Core" do |ss|
ss.source_files = "Source/*.swift"
ss.framework = "Foundation"
ss.framework = "UIKit"
end

end

0 comments on commit 9ac41d8

Please sign in to comment.