| { |
| "name": "WechatOpenSDK-Swift", |
| "version": "1.8.7.1", |
| "summary": "WechatOpenSDK Swift.", |
| "description": "WechatOpenSDK,官方SDK封装,便于Swift使用.", |
| "homepage": "https://github.com/YueKun555/WechatOpenSDK-Swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "mail.yuekun@gmail.com": "mail.yuekun@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/YueKun555/WechatOpenSDK-Swift.git", |
| "tag": "1.8.7.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_versions": "5.0", |
| "requires_arc": true, |
| "static_framework": true, |
| "vendored_frameworks": "Vendor/WechatOpenSDK.framework", |
| "frameworks": [ |
| "Security", |
| "CoreGraphics", |
| "WebKit" |
| ], |
| "libraries": [ |
| "z", |
| "c++" |
| ], |
| "pod_target_xcconfig": { |
| "OTHER_LDFLAGS": "-all_load" |
| }, |
| "swift_version": "5.0" |
| } |