blob: c7daae6099c5a494b4921a11309adf62bd1b0870 [file] [log] [blame]
{
"name": "LSiOSPayManager",
"version": "0.0.1",
"summary": "朗新框架 - 业务工具 - 支付管理",
"description": "集成支付宝和微信支付,更新说明:\n工具初始化",
"homepage": "https://code.aliyun.com/LSKit/LSiOSPayManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"danfort": "quanchengk@163.com"
},
"source": {
"git": "https://code.aliyun.com/LSKit/LSiOSPayManager.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSPayManager/Classes/**/*",
"resources": "LSiOSPayManager/**/*.{png,bundle,plist}",
"ios": {
"vendored_frameworks": "LSiOSPayManager/**/*.framework",
"vendored_libraries": "LSiOSPayManager/**/*.a"
},
"libraries": [
"sqlite3",
"c++",
"z"
],
"dependencies": {
"LSiOSBasic": [
]
}
}