blob: b0b2d3aca00bd87a18633302f3a66b56de89a575 [file] [log] [blame]
{
"name": "YPWebView",
"version": "1.2.0",
"summary": "混合UIWebView和WKWebView",
"description": "混合UIWebView和WKWebView,根据系统自动选择控件...",
"homepage": "https://github.com/dadage456/YPWebView",
"license": "MIT",
"authors": {
"GaotangZhang": "dadage456@163.com"
},
"social_media_url": "https://github.com/dadage456",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dadage456/YPWebView.git",
"tag": "1.2.0"
},
"source_files": [
"YPWebView",
"Classes/*.{h,m}",
"Classes/ScriptMessageHandler/*.{h,m}"
],
"frameworks": [
"JavaScriptCore",
"WebKit"
],
"dependencies": {
"NJKWebViewProgress": [
]
}
}