Skip to content

Commit 0bd9ad7

Browse files
committed
Merge pull request #31 from Grubas7/master
Prepare for release version 1.0
2 parents 5118ec5 + b581070 commit 0bd9ad7

6 files changed

Lines changed: 79 additions & 49 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SSDynamicText CHANGELOG
22

3-
## 0.5.1
4-
###### unreleased
3+
## 1.0
4+
###### June 5, 2016
55

66
- **(fixed)** Fixed `titleLabel` font upgrade for `SSDynamicButton` after font change, [#27](https://github.com/splinesoft/SSDynamicText/issues/8). _([Grubas7](https://github.com/Grubas7))_
77
- **(modified)** Changed `ss_defaultFontName`, and `ss_defaultBaseSize` from methods to readonly properties. _([Grubas7](https://github.com/Grubas7))_

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ target :SSDynamicTextExample do
1212
install_pods
1313
end
1414

15-
target :SSDynamicTextTests, :exclusive => true do
15+
target :SSDynamicTextTests do
1616
install_pods
1717
pod 'OCMock', '~> 3'
1818
end

Example/Podfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- OCMock (3.1.5)
3-
- SSDynamicText (0.5.0)
3+
- SSDynamicText (1.0)
44

55
DEPENDENCIES:
66
- OCMock (~> 3)
@@ -12,6 +12,8 @@ EXTERNAL SOURCES:
1212

1313
SPEC CHECKSUMS:
1414
OCMock: 4c2925291f80407c3738dd1db14d21d0cc278864
15-
SSDynamicText: 775f8786d840e6d2b676e62600a42cf9c30cb9d6
15+
SSDynamicText: d2a5b5cbd347209814f9907c1093b5abaf0da684
1616

17-
COCOAPODS: 0.38.2
17+
PODFILE CHECKSUM: e30b319b2809f699d810029cb7864f43d43a824b
18+
19+
COCOAPODS: 1.0.1

0 commit comments

Comments
 (0)