blob: 7ee4a3d839c54ef9851af28d52970a2e26d89f7b [file] [log] [blame]
{
"name": "MenuItemKit",
"version": "3.2.2",
"summary": "MenuItemKit provides image and closure(block) support for UIMenuItem.",
"authors": "CHEN Xian’an <xianan.chen@gmail.com>",
"homepage": "https://github.com/cxa/MenuItemKit",
"license": "MIT",
"source": {
"git": "https://github.com/cxa/MenuItemKit.git",
"branch": "master",
"tag": "3.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MenuItemKit/**/*.{h,m,swift}",
"requires_arc": true,
"frameworks": "UIKit",
"swift_versions": "5.0",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DNON_SPM"
},
"swift_version": "5.0"
}