File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'JKSteppedProgressBar'
11
- s . version = '0.2.1 '
11
+ s . version = '0.2.2 '
12
12
s . summary = 'JKSteppedProgressBar is an iOS UI component that indicates step by step progress'
13
13
14
14
# This description is used to generate tags and improve search results.
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
25
25
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
26
26
s . license = { :type => 'MIT' , :file => 'LICENSE' }
27
27
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 }
29
29
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30
30
31
31
s . ios . deployment_target = '8.0'
You can’t perform that action at this time.
0 commit comments