blob: 1c0920bc76346c841832de1317955088b7828a90 [file] [log] [blame]
{
"name": "GBWebView",
"version": "0.0.1",
"summary": "一个整合UIWebView和WKWebView的webView控件",
"description": "\"一个整合UIWebView和WKWebView的webView控件,我不知道该写啥了\"",
"homepage": "https://github.com/651729545/GBWebView.git",
"license": "MIT",
"authors": {
"651729545": "651729545@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/651729545/GBWebView.git",
"tag": "0.0.1"
},
"source_files": "*.{h}",
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
],
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"MJRefresh": [
"~> 3.1.16"
],
"Aspects": [
"~> 1.4.1"
]
}
}