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