-
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
李响
committed
Jun 13, 2016
1 parent
a3a9a6b
commit 011131c
Showing
8 changed files
with
184 additions
and
138 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
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.0.3" | ||
s.version = "1.0.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.0.3"} | ||
s.source = { :git => "https://github.com/lixiang1994/LEETheme.git", :tag => "1.0.4"} | ||
|
||
s.source_files = "LEEThemeDemo/LEEThemeDemo/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.