File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
FittableFontLabel/FittableFontLabel iOS Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
#### Enhancements
14
14
15
- - Swift 4 and Xcode 9 support
16
- - Swift 4.2 and Xcode 10 support
15
+ N/A
17
16
18
17
#### Bugfixes
19
18
20
19
N/A
21
20
21
+ ## [ 3.0.0] ( https://github.com/tbaranes/FittableFontLabel/releases/tag/3.0.0 ) (18-09-2018)
22
+
23
+ #### API breaking changes
24
+
25
+ - Swift 4.2 and Xcode 10 support
26
+
27
+ #### Enhancements
28
+
29
+ - Swift 4 and Xcode 9 support
30
+
22
31
## [ 2.0.0] ( https://github.com/tbaranes/FittableFontLabel/releases/tag/2.0.0 ) (10-11-2017)
23
32
24
33
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
4
4
5
5
s . name = "FittableFontLabel"
6
6
s . module_name = "FittableFontLabel"
7
- s . version = "2 .0.0"
7
+ s . version = "3 .0.0"
8
8
s . summary = "UILabel (extension) that adjust the font size to fit a rect (width and height)."
9
9
s . description = "UILabel (extension or subclass) that adjust the font size to fit a frame: width and height if multilines, width only if single lines"
10
10
s . homepage = "https://github.com/tbaranes/FittableFontLabel"
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1 .0 </string >
18
+ <string >3 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments