blob: f5fbb221ff12ce33901c31a201f92b4363f83923 [file] [log] [blame]
{
"name": "HYWebView",
"version": "0.2.3",
"summary": "HYWebView",
"description": "适配不同的系统,iOS7之前使用UIWebView,iOS7之后使用WKWebView,适配了iPhone X",
"homepage": "https://github.com/oceanfive/HYWebView",
"license": "MIT",
"authors": {
"oceanfive": "849638313@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/oceanfive/HYWebView.git",
"tag": "0.2.3"
},
"source_files": "HYWebViewDemo/HYWebViewDemo/HYWebView/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true
}