blob: f2c23dc96ed659f8f71ac2b90ebdb95a6b15aed4 [file] [log] [blame]
{
"name": "IMYWebView",
"version": "0.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.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes/*.{h,m}",
"Classes/*/*.{h,m}"
],
"requires_arc": true
}