blob: 83359601b9c0717774ab78048e94342d788d2c14 [file] [log] [blame]
{
"name": "PaySDK",
"version": "0.0.6",
"summary": "SDK for weixin,alipay and unionpay",
"homepage": "https://github.com/Xiaotengzxf/PaySDK",
"license": "MIT",
"authors": {
"Xiaotengzxf": "315082431@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Xiaotengzxf/PaySDK.git",
"tag": "0.0.6"
},
"requires_arc": true,
"vendored_frameworks": [
"PaySDK/TTG/PaySDK.framework",
"PaySDK/Channel/Alipay/AlipaySDK.framework"
],
"resources": "PaySDK/TTG/PaySDK.bundle",
"ios": {
"libraries": [
"c++",
"z",
"sqlite3.0"
]
},
"frameworks": [
"SystemConfiguration",
"QuartzCore",
"CoreTelephony",
"Foundation",
"CoreGraphics",
"UIKit"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}