Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SSDynamicText CHANGELOG

## 0.5.1
###### unreleased
## 1.0
###### June 5, 2016

- **(fixed)** Fixed `titleLabel` font upgrade for `SSDynamicButton` after font change, [#27](https://github.com/splinesoft/SSDynamicText/issues/8). _([Grubas7](https://github.com/Grubas7))_
- **(modified)** Changed `ss_defaultFontName`, and `ss_defaultBaseSize` from methods to readonly properties. _([Grubas7](https://github.com/Grubas7))_
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ target :SSDynamicTextExample do
install_pods
end

target :SSDynamicTextTests, :exclusive => true do
target :SSDynamicTextTests do
install_pods
pod 'OCMock', '~> 3'
end
8 changes: 5 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- OCMock (3.1.5)
- SSDynamicText (0.5.0)
- SSDynamicText (1.0)

DEPENDENCIES:
- OCMock (~> 3)
Expand All @@ -12,6 +12,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
OCMock: 4c2925291f80407c3738dd1db14d21d0cc278864
SSDynamicText: 775f8786d840e6d2b676e62600a42cf9c30cb9d6
SSDynamicText: d2a5b5cbd347209814f9907c1093b5abaf0da684

COCOAPODS: 0.38.2
PODFILE CHECKSUM: e30b319b2809f699d810029cb7864f43d43a824b

COCOAPODS: 1.0.1
Loading