File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'KWTextStyleLabel'
3- s . version = '0.1.0 '
3+ s . version = '0.1.1 '
44 s . summary = 'Subclass of UILabel to modify character spacing and line spacing to your label.'
55
66 s . description = <<-DESC
77Helps in modifying character spacing and line spacing to your label. You can modify using storyboard (Text Style Label) or programmatically.
88 DESC
99
10- s . homepage = 'https://bitbucket.org /keepworks/kwtextstylelabel '
10+ s . homepage = 'https://github.com /keepworks/KWTextStyleLabel '
1111 s . license = { :type => 'MIT' , :file => 'LICENSE' }
1212 s . author = { 'KeepWorks' => 'ios@keepworks.com' }
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 }
1414
1515 s . ios . deployment_target = '8.0'
1616 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
5656
5757## Contributing
5858
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 .
6060
6161## License
6262
You can’t perform that action at this time.
0 commit comments