blob: 814333c5144dd045ab0d8d7ca9ad467ff701552d [file] [log] [blame]
{
"name": "LCRWebView",
"version": "0.0.1",
"summary": "An easy-to-use WebView class that fits all versions of iOS",
"description": "封装UIWebView和WKWebView,适配iOS所有版本",
"homepage": "https://github.com/LinChengRain/LCRWebView",
"license": "MIT",
"authors": {
"LinChengRain": "yuchanglinlin@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/LinChengRain/LCRWebView.git",
"tag": "0.0.1"
},
"source_files": "LCRWebView/*.{h,m}",
"requires_arc": true
}