| { |
| "name": "MMWeChatSDK", |
| "version": "1.7.1", |
| "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<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编译不过问题", |
| "homepage": "https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=1417694084&token=&lang=zh_CN", |
| "authors": { |
| "Tencent": "developer@wechatapp.com" |
| }, |
| "source": { |
| "http": "https://res.wx.qq.com/open/zh_CN/htmledition/res/dev/download/sdk/WeChatSDK1.7.1.zip" |
| }, |
| "platforms": { |
| "ios": "4.3" |
| }, |
| "requires_arc": true, |
| "vendored_libraries": "OpenSDK1.7.1/libWeChatSDK.a", |
| "source_files": "OpenSDK1.7.1/*.h", |
| "frameworks": [ |
| "Foundation", |
| "SystemConfiguration", |
| "CoreTelephony" |
| ], |
| "libraries": [ |
| "z", |
| "c++", |
| "sqlite3.0" |
| ] |
| } |