blob: b35bbf1eae9edd90ed44c96a15376bd354d6339a [file] [log] [blame]
{
"name": "IMYWebView",
"version": "0.5",
"summary": "UIWebView seamless switching to WKWebView",
"description": "UIWebView 无缝切换成 WKWebView 并支持查看UIWebView的显示进度",
"homepage": "https://github.com/li6185377/IMYWebView",
"license": "MIT",
"authors": {
"Jianghuai Li": "li6185377@163.com"
},
"source": {
"git": "https://github.com/li6185377/IMYWebView.git",
"tag": "0.5"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"weak_frameworks": [
"WebKit",
"JavaScriptCore"
]
}