blob: 8556f82a75e9535051df1872246def9b50e6a403 [file] [log] [blame]
{
"name": "IMYWebView",
"version": "0.4",
"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.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes/*.{h,m}",
"Classes/*/*.{h,m}"
],
"requires_arc": true,
"weak_frameworks": [
"WebKit"
]
}