blob: d685258f86e4696410c496e0f04f79f494db8b7c [file] [log] [blame]
{
"name": "WeChat_SDK_iOS",
"version": "1.7.5.3",
"summary": "微信官方SDK(1.7.5)",
"description": "微信官方SDK(1.7.5),方便大家使用cocoapods导入",
"homepage": "https://coding.net/u/LeoChensj/p/WeChat_SDK_iOS/git",
"license": "MIT",
"authors": {
"LeoChen": "LeoChensj@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://git.coding.net/LeoChensj/WeChat_SDK_iOS.git",
"tag": "1.7.5.3"
},
"source_files": "OpenSDK/*.{h,m}",
"public_header_files": "OpenSDK/*.h",
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"Security",
"CoreTelephony",
"CFNetwork"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"requires_arc": true,
"vendored_libraries": "OpenSDK/libWeChatSDK.a"
}