Skip to content

Commit f98500e

Browse files
committed
Update repo url
1 parent dc60b47 commit f98500e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

KWTextStyleLabel.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::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
77
Helps 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' => '[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 }
1414

1515
s.ios.deployment_target = '8.0'
1616
s.source_files = 'KWTextStyleLabel/Classes/**/*'

README.md

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)