blob: 7d406c309cf8b2bd7227ec98c339a995f8d46467 [file] [log] [blame]
{
"name": "AIPayKit",
"version": "1.0.1",
"summary": "a wapper of pay utils. include wxpay and Alipay",
"homepage": "https://git.oschina.net/",
"license": "Apache License, Version 2.0",
"authors": {
"zhaoliang": "zhaol2014@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://git.oschina.net/aicmciisc/AIPayKit.git",
"tag": "1.0.1"
},
"source_files": "AIPayKit/**/*.{h,m}",
"public_header_files": "AIPayKit/**/*.h",
"requires_arc": true,
"dependencies": {
"AIExternalSDK/WeChatSDK": [
"~> 0.2.0"
],
"AIExternalSDK/AlipaySDK": [
"~> 0.2.0"
]
}
}