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