blob: 311fd11ab3eb2969918744007e3ecd94512a6617 [file] [log] [blame]
{
"name": "UIModule",
"version": "1.0.1",
"summary": "测试模块打包和方法调用",
"description": "测试模块打包和方法调用针对模块化应用和功能",
"homepage": "https://github.com/UIModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"authors": {
"lgy881228": "510687394@qq.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/lgy881228/UIModule.git",
"tag": "1.0.1"
},
"source_files": "UIModuleClass/*.{h,m}",
"public_header_files": "UIModuleClass/*.h",
"frameworks": "UIKit",
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"dependencies": {
"XEngineSDK": [
],
"LSRFramework": [
"~>1.1.1"
]
}
}