blob: 5fc876a15b44eb0bc95330af07a70b4556d9c810 [file] [log] [blame]
{
"name": "SSWeChatSDK",
"version": "1.6.0",
"license": {
"type": "Copyright",
"text": "Copyright (c) 2012 Tencent. All rights reserved."
},
"summary": "The Official iOS SDK of WeChat from Tencent.",
"description": "1、iOS 9系统策略更新,限制了http协议的访问,此外应用需要在“Info.plist”中将要使用的URL Schemes列为白名单,才可正常检查其他应用是否安装。\n受此影响,当你的应用在iOS 9中需要使用微信SDK的相关能力(分享、收藏、支付、登录等)时,需要在“Info.plist”里增加如下代码:\n\n<key>LSApplicationQueriesSchemes</key>\n<array>\n <string>weixin</string>\n</array>\n\n<key>NSAppTransportSecurity</key>\n<dict>\n <key>NSAllowsArbitraryLoads</key>\n <true/>\n</dict>\n或者配置白名单域名pingma.qq.com\n\n2、开发者需要在工程中链接上 CoreTelephony.framework\n3、解决bitcode编译不过问题",
"homepage": "http://developer.baidu.com/map/index.php?title=iossdk",
"authors": {
"Tencent": "developer@wechatapp.com"
},
"source": {
"http": "https://res.wx.qq.com/open/zh_CN/htmledition/res/dev/download/sdk/WeChatSDK_iOS_1.6.zip"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"vendored_libraries": "SDKExport/libWeChatSDK.a",
"source_files": "SDKExport/*.h",
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"c++",
"sqlite3.0"
]
}