blob: 6be61da9188cbde9925a224c374f1e6e2a6ab40e [file] [log] [blame]
{
"name": "STCPaySDK",
"version": "1.1.3",
"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://github.com/huangzhentong/STCPaySDK.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "9.0"
},
"resources": "STCPaySDK/Assets/*.{bundle,png}",
"subspecs": [
{
"name": "Core",
"ios": {
"vendored_frameworks": "STCPaySDK/Classes/STCPayCode.framework"
},
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation",
"WebKit"
]
},
{
"name": "WXPay",
"dependencies": {
"WechatOpenSDK": [
]
},
"source_files": "STCPaySDK/Classes/WeixinApiManager/**/*.{h,m}"
},
{
"name": "ALIPay",
"dependencies": {
"AlipaySDK_No_UTDID": [
]
}
}
]
}