Skip to content

Commit 9dc2804

Browse files
author
Olivier Halligon
committed
Bumped version to 3.5.2
1 parent a5cdadd commit 9dc2804

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

OHAttributedLabel.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'OHAttributedLabel'
3-
s.version = '3.5.1'
4-
s.license = {:type => 'MIT', :file => 'OHAttributedLabel/LICENSE'}
3+
s.version = '3.5.2'
4+
s.license = { :type => 'MIT', :file => 'OHAttributedLabel/LICENSE'}
55
s.platform = :ios
66
s.summary = 'UILabel that supports NSAttributedString.'
77
s.description = <<-DESC

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ There is no explicit docset or documentation of the class yet sorry (never had t
126126
* There are doxygen/javadoc-like documentation in the headers that should also help you describe the methods
127127
* The provided example ("AttributedLabel Example.xcworkspace") should also demonstrate quite every typical usages — including justifying the text, dynamically changing the style/attributes of a range of text, adding custom links, make special links with a custom behavior (like catching @mention and #hashtags), and customizing the appearance/color of links.
128128
129+
# License & Credits
130+
131+
`OHAttributedLabel` is published under the MIT license.
132+
It has been created and developped by me (O.Halligon), but I'd like to thank all the [contributors](https://github.com/AliSoftware/OHAttributedLabel/graphs/contributors) too, including @mattjgalloway, @stigi and @jparise among others.
133+
129134
# ChangeLog — Revisions History
130135
131136
The [_ChangeLog_](http://github.com/AliSoftware/OHAttributedLabel/wiki/Revisions-History) is maintained as a [wiki page accessible here](http://github.com/AliSoftware/OHAttributedLabel/wiki/Revisions-History).

0 commit comments

Comments
 (0)