|
1 | | -# |
2 | | -# Be sure to run `pod lib lint KWTextStyleLabel.podspec' to ensure this is a |
3 | | -# valid spec before submitting. |
4 | | -# |
5 | | -# Any lines starting with a # are optional, but their use is encouraged |
6 | | -# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html |
7 | | -# |
8 | | - |
9 | 1 | Pod::Spec.new do |s| |
10 | 2 | s.name = 'KWTextStyleLabel' |
11 | 3 | s.version = '0.1.0' |
12 | | - s.summary = 'A short description of KWTextStyleLabel.' |
13 | | - |
14 | | -# This description is used to generate tags and improve search results. |
15 | | -# * Think: What does it do? Why did you write it? What is the focus? |
16 | | -# * Try to keep it short, snappy and to the point. |
17 | | -# * Write the description between the DESC delimiters below. |
18 | | -# * Finally, don't worry about the indent, CocoaPods strips it! |
| 4 | + s.summary = 'Subclass of UILabel to modify character spacing and line spacing to your label.' |
19 | 5 |
|
20 | 6 | s.description = <<-DESC |
21 | | -TODO: Add long description of the pod here. |
| 7 | +Helps in modifying character spacing and line spacing to your label. You can modify using storyboard (Text Style Label) or programmatically. |
22 | 8 | DESC |
23 | 9 |
|
24 | | - s.homepage = 'https://github.com/<GITHUB_USERNAME>/KWTextStyleLabel' |
25 | | - # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' |
| 10 | + s.homepage = 'https://github.com/keepworks/KWTextStyleLabel' |
26 | 11 | s.license = { :type => 'MIT', :file => 'LICENSE' } |
27 | | - s.author = { 'Vinoth Anandan' => 'vinoth@keepworks.com' } |
28 | | - s.source = { :git => 'https://github.com/<GITHUB_USERNAME>/KWTextStyleLabel.git', :tag => s.version.to_s } |
29 | | - # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' |
| 12 | + s.author = { 'Vinoth Anandan S' => 'vinoth@keepworks.com' } |
| 13 | + s.source = { :git => 'https://github.com/keepworks/KWTextStyleLabel.git', :tag => s.version.to_s } |
30 | 14 |
|
31 | 15 | s.ios.deployment_target = '8.0' |
32 | | - |
33 | 16 | s.source_files = 'KWTextStyleLabel/Classes/**/*' |
34 | 17 |
|
35 | | - # s.resource_bundles = { |
36 | | - # 'KWTextStyleLabel' => ['KWTextStyleLabel/Assets/*.png'] |
37 | | - # } |
38 | | - |
39 | | - # s.public_header_files = 'Pod/Classes/**/*.h' |
40 | | - # s.frameworks = 'UIKit', 'MapKit' |
41 | | - # s.dependency 'AFNetworking', '~> 2.3' |
42 | 18 | end |
0 commit comments