blob: ff80e1d742d3e47f09c964814efc20aab493f2eb [file] [log] [blame]
{
"name": "SQRPay",
"version": "0.0.5",
"summary": "支付",
"homepage": "https://github.com/pengruiCode/SQRPay.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pengrui": "pengruiCode@163.com"
},
"source": {
"git": "https://github.com/pengruiCode/SQRPay.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SQRPay/**/*.{h,m}",
"requires_arc": true,
"description": "实现支付宝和微信支付",
"resources": "SQRPay/ALiPaySDK/AlipaySDK.bundle",
"vendored_frameworks": "SQRPay/ALiPaySDK/*.framework",
"subspecs": [
{
"name": "WechatOpenSDK",
"dependencies": {
"WechatOpenSDK": [
]
}
}
]
}