blob: 324e4f8877c480746003f26b21c61b0c1437cafc [file] [log] [blame]
{
"name": "TXWKWebView",
"version": "1.0.0",
"summary": "A short description of TXWKWebView.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lengge/TXWKWebView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1052730250@qq.com": "chuanxin.leng@get88.cn"
},
"source": {
"git": "https://github.com/lengge/TXWKWebView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TXWKWebView/Classes/**/*.{h,m}",
"resources": "TXWKWebView/Classes/TXWKWebView.bundle",
"frameworks": [
"UIKit",
"WebKit"
],
"dependencies": {
"WebViewJavascriptBridge": [
"~> 6.0.3"
]
},
"requires_arc": true
}