blob: a172e690415896cf29f18af9e2f71bc7ba46f08b [file] [log] [blame]
{
"name": "STCPaySDK",
"version": "1.0.5",
"summary": "A short description of STCPaySDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zhentong.huang/STCPaySDK",
"license": {
"type": "MIT"
},
"authors": {
"zhentong.huang": "181310067@qq.com"
},
"source": {
"git": "https://huangzhentong@dev365.keytop.cn/bitbucket/scm/stcpays/stcpaysdk.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "9.0"
},
"resource_bundles": {
"STCPaySDK": [
"STCPaySDK/Assets/*.{bundle,png}"
]
},
"subspecs": [
{
"name": "Core",
"ios": {
"vendored_frameworks": "STCPaySDK/Classes/STCPayCode.framework"
},
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation",
"WebKit"
]
},
{
"name": "WXPay",
"source_files": "STCPaySDK/Classes/WeixinApiManager/*.{h,m}",
"dependencies": {
"WechatOpenSDK": [
]
}
},
{
"name": "ALIPay",
"dependencies": {
"AlipaySDK_No_UTDID": [
]
}
}
]
}