blob: 1cd984e1a10319408563065b047fa6b575a22da9 [file] [log] [blame]
{
"name": "YPMThisSDK",
"version": "1.0.0",
"summary": "YPMThisSDK",
"description": "移动应用支付接口。\n开发者不再需要编写冗长的代码,简单几步就可以使你的应用获得支付功能。\n让你的移动应用接入支付像大厦接入电力一样简单,方便,和温暖。\n支持微信支付,公众账号支付,支付宝钱包,百度钱包,银联手机支付。",
"homepage": "https://github.com/samwitiwiki/YPMThisSDK",
"license": "MIT",
"authors": {
"SamPan": "568013410@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/samwitiwiki/YPMThisSDK.git",
"tag": "1.0.0"
},
"source_files": "PayPlusSDK",
"frameworks": "UIKit",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "PayPlusSDK/*.h",
"public_header_files": "PayPlusSDK/*.h",
"vendored_libraries": "PayPlusSDK/*.a",
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"Security"
],
"ios": {
"libraries": [
"c++",
"stdc++",
"z",
"sqlite3.0"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
},
{
"name": "Alipay",
"ios": {
"vendored_frameworks": "PayPlusSDK/Channels/Alipay/AlipaySDK.framework"
},
"resources": "PayPlusSDK/Channels/Alipay/AlipaySDK.bundle",
"frameworks": [
"CoreMotion",
"CoreTelephony"
],
"vendored_libraries": "PayPlusSDK/Channels/Alipay/*.a",
"dependencies": {
"YPMThisSDK/Core": [
]
}
},
{
"name": "Wxpay",
"vendored_libraries": "PayPlusSDK/Channels/Wxpay/*.a",
"dependencies": {
"YPMThisSDK/Core": [
]
},
"frameworks": "CoreTelephony"
}
]
}