6 "text": "Copyright (c) 2012 Tencent. All rights reserved."
8 "summary": "The Official iOS SDK of WeChat from Tencent.",
9 "description": "1、iOS 9系统策略更新,限制了http协议的访问,此外应用需要在“Info.plist”中将要使用的URL Schemes列为白名单,才可正常检查其他应用是否安装。\n受此影响,当你的应用在iOS 9中需要使用微信SDK的相关能力(分享、收藏、支付、登录等)时,需要在“Info.plist”里增加如下代码:\n<key>LSApplicationQueriesSchemes</key>\n<array>\n<string>weixin</string>\n</array>\n<key>NSAppTransportSecurity</key>\n<dict>\n<key>NSAllowsArbitraryLoads</key>\n<true/>\n</dict>\n或者配置白名单域名pingma.qq.com\n2、开发者需要在工程中链接上 CoreTelephony.framework\n3、解决bitcode编译不过问题",
10 "homepage": "https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=1417694084&token=&lang=zh_CN",
12 "Tencent": "developer@wechatapp.com"
15 "http": "https://res.wx.qq.com/open/zh_CN/htmledition/res/dev/download/sdk/WeChatSDK1.7.3.zip"
21 "vendored_libraries": "SDK1.7.3 demo/SDKExport/libWeChatSDK.a",
22 "source_files": "SDK1.7.3 demo/SDKExport/*.h",
25 "SystemConfiguration",