blob: 3e62fa4a23ac2df89ab987b4e891b75068c23121 [file] [log] [blame]
{
"name": "LLPay",
"version": "2.7.3",
"summary": "LianLian Pay Standard Payment SDK",
"description": "LLPay 是一个支持认证、快捷、分期付等支付方式的SDK, 为商户提供内嵌于APP的支付功能。",
"homepage": "https://github.com/LLPayiOSDev/LLPay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LLPayiOSDev": "iosdev@yintong.com.cn"
},
"source": {
"git": "https://github.com/LLPayiOSDev/LLPay.git",
"tag": "2.7.3"
},
"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"
}