blob: bdd19292d3fad92cd52a00da9581ad5c54e0ebc8 [file] [log] [blame]
{
"name": "JGWebView",
"version": "1.0.0",
"summary": "A simple webView",
"homepage": "https://github.com/fcgIsPioneer/JGWebView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fcgIsPioneer": "2044471447@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/fcgIsPioneer/JGWebView.git",
"tag": "1.0.0"
},
"source_files": "JGWebView/JGWebView/**/*.{h,m}",
"resources": "JGWebView/JGWebView/JGWebView/JGWebViewResources/JGWebViewResources.bundle",
"requires_arc": true,
"description": "使用虚拟工厂的方法,在系统WKWebView和UIWebView的基础上,集成封装的一个简单易用、无耦、可一键切换的webView。"
}