blob: 6a4938b411cd0c2ee6c082d5858c07297be2eccc [file] [log] [blame]
{
"name": "libWeChatSDK",
"version": "1.6",
"license": {
"type": "Copyright",
"text": " Copyright (c) 2012 Tencent. All rights reserved.\n"
},
"summary": "WeChatSDK for Cocoapods convenience.",
"homepage": "https://open.weixin.qq.com/",
"authors": {
"Tencent": "weixinapp@qq.com"
},
"source": {
"git": "https://github.com/nickcheng/libWeChatSDK.git",
"tag": "1.6"
},
"platforms": {
"ios": null
},
"source_files": "*.h",
"public_header_files": "*.h",
"preserve_paths": "libWeChatSDK.a",
"vendored_libraries": "libWeChatSDK.a",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/libWeChatSDK\"",
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/libWeChatSDK\""
},
"requires_arc": false,
"frameworks": "SystemConfiguration",
"libraries": [
"z",
"sqlite3.0",
"c++"
]
}