blob: cd11ede439f3eda1b134150dfabb1d84fba7ae9f [file] [log] [blame]
{
"name": "libWeChatSDK",
"version": "1.5",
"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.5"
},
"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
}