Skip to content

Commit 1f52d4a

Browse files
committed
Merge pull request #16 from jrapoport/master
Bump pod version
2 parents 6b7137d + 56471fd commit 1f52d4a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

AWLThemeManager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "AWLThemeManager"
19-
s.version = "1.0.5"
19+
s.version = "1.0.6"
2020
s.summary = "AWLThemeManager is a lightweight theme manager for iOS."
2121
s.homepage = "https://github.com/appwilldev/AWLThemeManager"
2222
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Make sure you set the right value to the color.
7272

7373
**Support white colorspace format**. Colors can now be specified in white colorspace (e.g. 0.4,1).
7474

75+
**Support color with pattern image**. Colors can now be specified as a pattern image with the format "#[ImageName],[Optional Alpha]" (e.g. #Foo", "#Foo,0.5").
76+
7577
**Support reference**. If you want to set the same value to different color key, you can set the key of one color to another color, then AWLThemeManager will find the actual value of the color.
7678

7779
**Modify alpha by reference**. If you reference a color, e.g. “COLOR1” = “255,0,0,1”, “COLOR2” =

0 commit comments

Comments
 (0)