Skip to content

Commit

Permalink
Clear color default
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbruel committed Jan 20, 2016
1 parent 0ca5099 commit feb4105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.1"
s.version = "1.1.1"
s.summary = "A UICollectionViewFlowLayout implementation to allow separators between cells"
s.description = <<-EOS
A UICollectionViewFlowLayout implementation to allow separators between cells
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
ss.source_files = "Source/*.swift"
ss.framework = "Foundation"
ss.framework = "UIKit"
ss.dependency = "UICollectionViewLeftAlignedLayout"
ss.dependency "UICollectionViewLeftAlignedLayout", "~> 1.0.1"
end

end

0 comments on commit feb4105

Please sign in to comment.