| { |
| "name": "SocialSDKs_Swift_TencentQQ", |
| "version": "0.1.1", |
| "summary": "QQ互联平台原生SDK动态库", |
| "description": "基于QQ互联SDK(V3.3.6)动态库封装 (使用UniversalLink方案进行登录分享校验)", |
| "homepage": "https://github.com/WessonWu/SocialSDKs_Swift", |
| "license": "MIT", |
| "authors": { |
| "wessonwu": "wessonwu94@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/WessonWu/SocialSDKs_Swift.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_versions": "5.0", |
| "frameworks": [ |
| "SystemConfiguration", |
| "WebKit" |
| ], |
| "vendored_frameworks": "TencentQQ/vendor/TencentOpenAPI.framework", |
| "source_files": [ |
| "common/*.{h,m,swift}", |
| "TencentQQ/source/**/*.{h,m,swift}" |
| ], |
| "module_map": "TencentQQ/source/module.modulemap", |
| "swift_version": "5.0" |
| } |