blob: 61655693673795577c05f9404802dcf578c45fc2 [file] [log] [blame]
{
"name": "KKWechatPayHelper",
"version": "1.0.0",
"summary": "KKWechatPayHelper is a Tool for Wechat Pay.",
"description": "KKWechatPayHelper is a Tool for Wechat Pay,Convenient and Fast Inheritance of Payment Function.",
"homepage": "https://github.com/BradBin/KKWechatPayHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BradBin": "820280738@qq.com"
},
"source": {
"git": "https://github.com/BradBin/KKWechatPayHelper.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KKWechatPayHelper/Classes/**/*.{h,m}",
"public_header_files": "KKWechatPayHelper/Classes/**/*.h",
"requires_arc": true,
"static_framework": true,
"dependencies": {
"WechatOpenSDK": [
"~> 1.8.4"
]
}
}