blob: e590b2d08cf2e4c69a6fb3b75bafd6dc6f0924ec [file] [log] [blame]
{
"name": "ICPaySDK",
"version": "1.0.2",
"summary": "ICPaySDK is an unique sdk to pay",
"description": "ICPaySDK = wxpay + alipay. the api is unique",
"homepage": "https://github.com/CorkiiOS/ICPaySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"corkiios": "675053587@qq.com"
},
"source": {
"git": "https://github.com/CorkiiOS/ICPaySDK.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ICPaySDK/Classes/**/*",
"subspecs": [
{
"name": "ICPayManager",
"source_files": "ICPaySDK/Classes/IC{Error,IAliModel,IWxModel,MessageModel,PayDesignManager,PaySDKCommon,BasePayFactory,IPay}.{h,m}"
},
{
"name": "ICAliPay",
"dependencies": {
"ICPaySDK/ICPayManager": [
],
"AliPay_SDK": [
]
},
"source_files": "ICPaySDK/Classes/ICAliPayFactory.{h,m}"
},
{
"name": "ICWxPay",
"dependencies": {
"ICPaySDK/ICPayManager": [
],
"WechatOpenSDK": [
]
},
"source_files": "ICPaySDK/Classes/ICWxPayFactory.{h,m}"
}
]
}