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 543b75c commit bcc954dCopy full SHA for bcc954d
InfiniteCollectionView.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "InfiniteCollectionView"
3
- s.version = "1.2.1"
+ s.version = "1.3.0"
4
s.summary = "Infinite Scrolling Using UICollectionView."
5
s.homepage = "https://github.com/hryk224/InfiniteCollectionView"
6
s.screenshots = "https://github.com/hryk224/InfiniteCollectionView/wiki/images/sample1.gif"
InfiniteCollectionView/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.2.1</string>
+ <string>1.3.0</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments