WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 3f832b3

Browse files
committed
Bump pod version
1 parent e6c45fd commit 3f832b3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

MenuItemKit.podspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# coding: utf-8
22
Pod::Spec.new do |s|
33
s.name = "MenuItemKit"
4-
s.version = "3.2.1"
4+
s.version = "3.2.2"
55
s.summary = "MenuItemKit provides image and closure(block) support for UIMenuItem."
66
s.author = "CHEN Xian’an <[email protected]>"
77
s.homepage = "https://github.com/cxa/MenuItemKit"
88
s.license = 'MIT'
99
s.source = { :git => 'https://github.com/cxa/MenuItemKit.git', :branch => "master", :tag => s.version.to_s }
1010
s.platform = :ios, '8.0'
11-
s.source_files = 'MenuItemKit/*.{h,m,swift}'
11+
s.source_files = 'MenuItemKit/**/*.{h,m,swift}'
1212
s.requires_arc = true
1313
s.frameworks = 'UIKit'
1414
s.swift_version= "5.0"
15+
s.pod_target_xcconfig = {
16+
'OTHER_SWIFT_FLAGS' => '-DNON_SPM',
17+
}
1518
end

0 commit comments

Comments
 (0)