| { |
| "name": "WXOpenSDK", |
| "version": "1.7.6", |
| "summary": "微信SDK,添加cocoapods支持.", |
| "description": "* Add cocoapods suport to WXOpenSDK.", |
| "homepage": "https://github.com/ONECATYU/WXOpenSDK", |
| "license": { |
| "type": "Copyright", |
| "text": " © 1998 - 2017 Tencent All Right Reserved.\n" |
| }, |
| "authors": { |
| "capsule": "786910875@qq.com" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/ONECATYU/WXOpenSDK.git", |
| "tag": "1.7.6" |
| }, |
| "source_files": [ |
| "OpenSDK", |
| "OpenSDK/**/*.h" |
| ], |
| "resources": "OpenSDK/README.txt", |
| "frameworks": [ |
| "SystemConfiguration", |
| "Security", |
| "CoreTelephony", |
| "CFNetwork" |
| ], |
| "libraries": [ |
| "z", |
| "sqlite3.0", |
| "c++" |
| ], |
| "vendored_libraries": "OpenSDK/libWeChatSDK.a", |
| "requires_arc": true |
| } |