We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220d31d commit 8e033d8Copy full SHA for 8e033d8
1 file changed
CollectionView.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'CollectionView'
3
- s.version = '1.0.1'
+ s.version = '1.0.2'
4
s.summary = 'CollectionViews with ease.'
5
s.description = <<-DESC
6
A view model framework around collection views.
@@ -17,4 +17,4 @@ Pod::Spec.new do |s|
17
s.swift_version = '4.2'
18
s.source_files = 'Sources/**/*'
19
s.frameworks = 'UIKit'
20
-end
+end
0 commit comments