| { |
| "name": "TBSPlusSDK", |
| "version": "0.0.1", |
| "summary": "Tencent X5 WebView.", |
| "description": "Tencent X5 WebView based on WKWebView.", |
| "homepage": "https://github.com/paozhuanyinyu/TBSPlusDemo", |
| "source": { |
| "git": "https://github.com/paozhuanyinyu/TBSPlusDemo.git", |
| "branch": "master" |
| }, |
| "resources": "Libraries/TBSPlus.bundle", |
| "frameworks": "WebKit", |
| "libraries": [ |
| "c++", |
| "sqlite3.0" |
| ], |
| "vendored_frameworks": "Libraries/TBSPlus.framework", |
| "requires_arc": true, |
| "license": { |
| "type": "Apache-2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "喻凯": "kaiyu@caixin.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| } |
| } |