Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaselAn committed Apr 6, 2019
1 parent a54c610 commit 1493807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
3 changes: 2 additions & 1 deletion ACBadge.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ACBadge'
s.version = '1.4.1'
s.version = '1.4.2'
s.summary = 'Swift版未读红点'
s.homepage = 'https://github.com/ChaselAn/ACBadge'
s.license = 'MIT'
Expand All @@ -9,4 +9,5 @@ Pod::Spec.new do |s|
s.source = {:git => 'https://github.com/ChaselAn/ACBadge.git', :tag => s.version}
s.source_files = 'ACBadgeDemo/ACBadge/*.swift'
s.requires_arc = true
s.swift_version = '5.0'
end

0 comments on commit 1493807

Please sign in to comment.