We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc29e4e commit f57de78Copy full SHA for f57de78
1 file changed
KWTextStyleLabel.podspec
@@ -7,10 +7,10 @@ Pod::Spec.new do |s|
7
Helps in modifying character spacing and line spacing to your label. You can modify using storyboard (Text Style Label) or programmatically.
8
DESC
9
10
- s.homepage = 'https://github.com/keepworks/KWTextStyleLabel'
+ s.homepage = 'https://bitbucket.org/keepworks/kwtextstylelabel'
11
s.license = { :type => 'MIT', :file => 'LICENSE' }
12
s.author = { 'Vinoth Anandan S' => 'vinoth@keepworks.com' }
13
- s.source = { :git => 'https://github.com/keepworks/KWTextStyleLabel.git', :tag => s.version.to_s }
+ s.source = { :git => 'https://bitbucket.org/keepworks/kwtextstylelabel.git', :tag => s.version.to_s }
14
15
s.ios.deployment_target = '8.0'
16
s.source_files = 'KWTextStyleLabel/Classes/**/*'
0 commit comments