Skip to content

Commit 50b45dc

Browse files
authored
Updated profiler url
1 parent f0c57c0 commit 50b45dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JKSteppedProgressBar.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'JKSteppedProgressBar'
11-
s.version = '0.2.1'
11+
s.version = '0.2.2'
1212
s.summary = 'JKSteppedProgressBar is an iOS UI component that indicates step by step progress'
1313

1414
# This description is used to generate tags and improve search results.
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2626
s.license = { :type => 'MIT', :file => 'LICENSE' }
2727
s.author = { 'Johnykutty Mathew' => 'johnykutty.mathew@gmail.com' }
28-
s.source = { :git => 'https://github.com/Johnykutty/JKSteppedProgressBar.git', :tag => s.version.to_s }
28+
s.source = { :git => 'https://github.com/jkmathew/JKSteppedProgressBar.git', :tag => s.version.to_s }
2929
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3030

3131
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)