blob: bfce6ae8aca59a2821919e26b7c8cd6f6f56526d [file] [log] [blame]
{
"name": "AIPayKit",
"version": "1.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.1"
},
"source_files": "AIPayKit/**/*.{h,m}",
"public_header_files": "AIPayKit/**/*.h",
"requires_arc": true,
"dependencies": {
"AIExternalSDK/WeChatSDK": [
],
"AIExternalSDK/AlipaySDK": [
]
}
}