blob: ddde7e9ac9477b484618837676dcd4e2efb8b7c6 [file] [log] [blame]
{
"name": "LSPay",
"version": "0.0.5",
"summary": "LLPay.",
"homepage": "https://github.com/tuyuan2012/LSPay",
"license": "MIT",
"authors": {
"Tony": "845384699@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/tuyuan2012/LSPay.git",
"tag": "0.0.5"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MBProgressHUD": [
]
},
"subspecs": [
{
"name": "PayManager",
"source_files": "LSPay/PayManager/*.{h,m,swift}"
},
{
"name": "WechatPlatform",
"public_header_files": "LSPay/WechatPlatform/WeChatSDK/*.h",
"source_files": "LSPay/WechatPlatform/WechatSDK/*.{h,m,mm}",
"vendored_libraries": "LSPay/WechatPlatform/WeChatSDK/libWeChatSDK.a",
"frameworks": [
"MobileCoreServices",
"CoreGraphics",
"CoreMotion",
"CoreText",
"QuartzCore",
"CoreTelephony",
"Security",
"CFNetwork",
"SystemConfiguration",
"CoreFoundation"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
]
},
{
"name": "AlipayPlatform",
"source_files": "LSPay/AlipayPlatform/**/*{h,m,mm}",
"vendored_frameworks": "LSPay/AlipayPlatform/AliPaySDK/AlipaySDK.framework",
"resources": [
"LSPay/AlipayPlatform/**/*.{bundle}"
],
"libraries": [
"z",
"c++"
],
"frameworks": [
"CoreGraphics",
"CoreMotion",
"CoreText",
"QuartzCore",
"CoreTelephony",
"Security",
"CFNetwork",
"SystemConfiguration",
"CoreFoundation"
]
}
]
}