Latest | 0.0.5 |
---|---|
Homepage | https://github.com/lz156/QYMShareSDK |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | WechatOpenSDK |
Frameworks | SystemConfiguration |
Authors |
微信集成
一、添加白名单
LSApplicationQueriesSchemes 添加 weixin
二、url scheme 回调
url scheme:wx+appid
三、App Transport Security Settings
QQ集成
一、添加白名单
LSApplicationQueriesSchemes,查看示例
二、url scheme 回调
url scheme:tencent+appid
三、App Transport Security Settings
Latest podspec
{ "name": "QYMShareSDK", "version": "0.0.5", "summary": "u96c6u6210u5faeu4fe1u3001QQu5206u4eabu7684SDK", "homepage": "https://github.com/lz156/QYMShareSDK", "license": "MIT", "authors": { "zhen": "" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/lz156/QYMShareSDK.git", "tag": "v0.0.5" }, "source_files": [ "QYMShareSDK/*", "QYMShareSDK/QQ/*.{h,m}", "QYMShareSDK/WeiXin/*.{h,m}" ], "frameworks": "SystemConfiguration", "ios": { "vendored_frameworks": "QYMShareSDK/QQ/framework/TencentOpenAPI.framework" }, "requires_arc": true, "dependencies": { "WechatOpenSDK": [ "~> 1.8.3" ] } }
Sun, 11 Nov 2018 00:00:11 +0000