blob: 29d760e3d1710b0d07bb1d5e3ad7968bd165353c [file] [log] [blame]
{
"name": "LLAPPaySDK",
"version": "2.7.0",
"summary": "LLAPPaySDK.",
"description": "LLAPPaySDK 是连连支付的  Pay SDK , 可以调起苹果的  Pay",
"homepage": "https://github.com/LLPayiOSDev/LLAPPaySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LLPayiOSDev": "iosdev@yintong.com.cn"
},
"source": {
"git": "https://github.com/LLPayiOSDev/LLAPPaySDK.git",
"tag": "2.7.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"source_files": "LLAPPaySDK/**/*.{h,m}",
"public_header_files": "LLAPPaySDK/**/*.h",
"ios": {
"vendored_libraries": "LLAPPaySDK/libLLAPPaySDK.a"
}
}