We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a537b5f commit a8e39b4Copy full SHA for a8e39b4
ChatLayout.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'ChatLayout'
3
- s.version = '0.2.5'
+ s.version = '0.2.6'
4
s.summary = 'An alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation.'
5
s.swift_version = '5.2'
6
@@ -34,6 +34,4 @@ UICollectionView. It supports dynamic cells and supplementary view sizes.
34
end
35
36
s.frameworks = 'UIKit'
37
-
38
- s.frameworks = 'UIKit'
39
0 commit comments