Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cxa committed Sep 21, 2019
1 parent 79d326e commit 5597b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MenuItemKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8
Pod::Spec.new do |s|
s.name = "MenuItemKit"
s.version = "3.2.2"
s.version = "4.0.0"
s.summary = "MenuItemKit provides image and closure(block) support for UIMenuItem."
s.author = "CHEN Xian’an <[email protected]>"
s.homepage = "https://github.com/cxa/MenuItemKit"
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.source_files = 'MenuItemKit/**/*.{h,m,swift}'
s.requires_arc = true
s.frameworks = 'UIKit'
s.swift_version= "5.0"
s.swift_version= "5.1"
s.pod_target_xcconfig = {
'OTHER_SWIFT_FLAGS' => '-DNON_SPM',
}
Expand Down

0 comments on commit 5597b3a

Please sign in to comment.