File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'KWTextStyleLabel'
3
- s . version = '0.1.0 '
3
+ s . version = '0.1.1 '
4
4
s . summary = 'Subclass of UILabel to modify character spacing and line spacing to your label.'
5
5
6
6
s . description = <<-DESC
7
7
Helps in modifying character spacing and line spacing to your label. You can modify using storyboard (Text Style Label) or programmatically.
8
8
DESC
9
9
10
- s . homepage = 'https://bitbucket.org /keepworks/kwtextstylelabel '
10
+ s . homepage = 'https://github.com /keepworks/KWTextStyleLabel '
11
11
s . license = { :type => 'MIT' , :file => 'LICENSE' }
12
12
s . author = { 'KeepWorks' => '[email protected] ' }
13
- s . source = { :git => 'https://bitbucket.org /keepworks/kwtextstylelabel .git' , :tag => s . version . to_s }
13
+ s . source = { :git => 'https://github.com /keepworks/KWTextStyleLabel .git' , :tag => s . version . to_s }
14
14
15
15
s . ios . deployment_target = '8.0'
16
16
s . source_files = 'KWTextStyleLabel/Classes/**/*'
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ KWTextStyleLabel is owned and maintained by the [KeepWorks](http://www.keepworks
56
56
57
57
## Contributing
58
58
59
- Bug reports and pull requests are welcome on GitHub at https://bitbucket.org /keepworks/kwtextstylelabel .
59
+ Bug reports and pull requests are welcome on GitHub at https://github.com /keepworks/KWTextStyleLabel .
60
60
61
61
## License
62
62
You can’t perform that action at this time.
0 commit comments