Skip to content

Commit 0f7b157

Browse files
committed
Update version to 1.0.2
1 parent 7b9aa7f commit 0f7b157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DMScrollBar.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = 'DMScrollBar'
3-
s.version = '1.0.1'
3+
s.version = '1.0.2'
44
s.summary = 'Customizable Scroll Bar for Scroll view.'
55
s.description = "Customizable Scroll Bar for Scroll View with additional info label appearing during the scroll."
66
s.homepage = 'https://github.com/batanus/DMScrollBar'
7-
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
7+
s.screenshots = 'https://user-images.githubusercontent.com/25244017/209937470-d76a558c-6350-4d96-a142-13a6ef32e0f8.gif', 'https://user-images.githubusercontent.com/25244017/209937479-e7acbbd1-fba1-4fa8-a34f-9bb4b3ee790e.gif', 'https://user-images.githubusercontent.com/25244017/209937517-be2e6f54-53f9-447d-ad38-4fab39624551.gif'
88
s.license = { :type => 'MIT', :file => 'LICENSE' }
99
s.author = { 'Dmitrii Medvedev' => 'dima7711@gmail.com' }
1010
s.source = { :git => 'https://github.com/batanus/DMScrollBar.git', :tag => s.version.to_s }

0 commit comments

Comments
 (0)