blob: a7720b8f86e4f377cc9fef2c9d4e82b0b48163eb [file] [log] [blame]
{
"name": "LLDemoKit",
"version": "1.0.1",
"summary": "给 LianLian Pay SDK Demo 使用的工具合集.",
"description": "LLDemoKit是一个给连连支付SDKdemo使用的工具合集, 包括demo的构建, 环境的切换以及自定义等",
"homepage": "https://github.com/LLPayiOSDev/LLDemoKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LLPayiOSDev": "iosdev@lianlianpay.com"
},
"source": {
"git": "https://github.com/LLPayiOSDev/LLDemoKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "LLDemoKit/Classes/**/*",
"resources": "LLDemoKit/Assets/LLDemoResources.bundle",
"public_header_files": "LLDemoKit/**/*.h",
"dependencies": {
"SVProgressHUD": [
]
}
}