blob: 550a503485b0f214bb9a258f45ad39abb985a120 [file] [log] [blame]
{
"name": "MenuItemKit",
"version": "4.0.0",
"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": "4.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MenuItemKit/**/*.{h,m,swift}",
"requires_arc": true,
"frameworks": "UIKit",
"swift_versions": "5.1",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DNON_SPM"
},
"swift_version": "5.1"
}