diff --git a/LEETheme.podspec b/LEETheme.podspec index 80fcdf5..6bad691 100644 --- a/LEETheme.podspec +++ b/LEETheme.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "LEETheme" -s.version = "1.0.2" +s.version = "1.0.3" s.summary = "最好用的主题管理库" s.homepage = "https://github.com/lixiang1994/LEETheme" @@ -14,7 +14,7 @@ s.author = { "LEE" => "applelixiang@126.com" } s.platform = :ios s.platform = :ios, "7.0" -s.source = { :git => "https://github.com/lixiang1994/LEETheme.git", :tag => "1.0.2"} +s.source = { :git => "https://github.com/lixiang1994/LEETheme.git", :tag => "1.0.3"} s.source_files = "LEEThemeDemo/LEEThemeDemo/LEETheme/**/*.{h,m}"