blob: 51b9e15a597de07f9d8e3fbaba1d77f2f1dd2436 [file] [log] [blame]
{
"name": "LLPay",
"version": "2.7.5",
"summary": "LianLian Pay Standard Payment SDK",
"description": "LLPay 是一个支持认证、快捷、分期付等支付方式的SDK, 为商户提供内嵌于APP的支付功能。",
"homepage": "https://gitee.com/LLPayiOS/LLPay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LLPayiOSDev": "iosdev@yintong.com.cn"
},
"source": {
"git": "https://gitee.com/LLPayiOS/LLPay.git",
"tag": "2.7.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"source_files": "LLPay/**/*.{h,m}",
"public_header_files": "LLPay/**/*.h",
"ios": {
"vendored_libraries": "LLPay/*.a"
},
"resources": "LLPay/Assets/walletResources.bundle"
}