-
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.
- 优化清空标识符设置 - 优化移除某一标识符设置 - 优化标识符模式的Selector设置方法 并且参数支持多个标识符 (原来设置一个Selector 参数只能设置一个标识符) - 增加LEEThemeHelper.h文件 优化文件结构 - 其他小细节完善
- Loading branch information
1 parent
9a828b0
commit b759b35
Showing
9 changed files
with
329 additions
and
176 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.5" | ||
s.version = "1.1.6" | ||
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.5"} | ||
s.source = { :git => "https://github.com/lixiang1994/LEETheme.git", :tag => "1.1.6"} | ||
|
||
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
Oops, something went wrong.