We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ba19a commit e72a7baCopy full SHA for e72a7ba
2 files changed
BOString.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "BOString"
3
- s.version = "0.0.8"
+ s.version = "0.0.9"
4
s.summary = "Create NSAttributedString like a boss!"
5
s.homepage = "https://github.com/kovpas/BOString"
6
s.author = { "Pavel Mazurin" => "kovpas@gmail.com" }
CHANGELOG.md
@@ -1,3 +1,7 @@
+v0.0.9
+========
+- `attribute` method for maker. Allows to add custom (i.e. CoreText) attributes to a string.
+
v0.0.8
========
7
- `last` command for maker. Allows to match last substring or regexp in a string.
0 commit comments