Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ekazaev committed Sep 8, 2020
1 parent a537b5f commit a8e39b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ChatLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ChatLayout'
s.version = '0.2.5'
s.version = '0.2.6'
s.summary = 'An alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation.'
s.swift_version = '5.2'

Expand Down Expand Up @@ -34,6 +34,4 @@ UICollectionView. It supports dynamic cells and supplementary view sizes.
end

s.frameworks = 'UIKit'

s.frameworks = 'UIKit'
end

0 comments on commit a8e39b4

Please sign in to comment.