Skip to content

Commit

Permalink
发布 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang1994 committed Apr 16, 2019
1 parent 28afada commit 9ae4018
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions LEEAlert.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "LEEAlert"
s.version = "1.2.1"
s.version = "1.2.2"
s.summary = "优雅的Alert ActionSheet"

s.homepage = "https://github.com/lixiang1994/LEEAlert"
Expand All @@ -13,12 +13,10 @@ s.author = { "LEE" => "18611401994@163.com" }
s.platform = :ios
s.platform = :ios, "8.0"

s.source = { :git => "https://github.com/lixiang1994/LEEAlert.git", :tag => "1.2.1"}
s.source = { :git => "https://github.com/lixiang1994/LEEAlert.git", :tag => s.version}

s.source_files = "LEEAlert/**/*.{h,m}"

# s.public_header_files = "Classes/**/*.h"

s.requires_arc = true

end

0 comments on commit 9ae4018

Please sign in to comment.