blob: f076dc4c0078b6c1a34d7029f3b1eda844a57544 [file] [log] [blame]
{
"name": "WeChatPay",
"version": "0.0.1",
"summary": "A short description of WeChatPay.",
"description": "WechtSDK1.8.2",
"homepage": "https://gitee.com/jiodg45",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Guo Longxiang, (Longxiang.Guo@partner.bmw.com)": "Longxiang.Guo@partner.bmw.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/jiodg45/WeChatPay.git",
"tag": "0.0.1"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": [
"UIKit",
"SystemConfiguration",
"Foundation",
"CoreTelephony",
"Security",
"CFNetwork"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"ios": {
"vendored_libraries": "Library/libWeChatSDK.a"
},
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"requires_arc": true
}