-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ceffb3c
commit 431c36e
Showing
6 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "LEETheme" | ||
s.version = "1.1.3" | ||
s.version = "1.1.4" | ||
s.summary = "最好用的轻量级主题管理库" | ||
|
||
s.homepage = "https://github.com/lixiang1994/LEETheme" | ||
|
@@ -14,7 +14,7 @@ s.author = { "LEE" => "[email protected]" } | |
s.platform = :ios | ||
s.platform = :ios, "7.0" | ||
|
||
s.source = { :git => "https://github.com/lixiang1994/LEETheme.git", :tag => "1.1.3"} | ||
s.source = { :git => "https://github.com/lixiang1994/LEETheme.git", :tag => "1.1.4"} | ||
|
||
s.source_files = "LEETheme/**/*.{h,m}" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
|
||
# LEETheme - 更新日志 | ||
|
||
V1.1.4 | ||
============== | ||
- 修复添加新主题配置的资源路径问题 该问题会导致无法找到沙盒内的图片资源 | ||
|
||
|
||
V1.1.3 | ||
============== | ||
- 调整内部Hook | ||
|