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