blob: ba90aa83a0d404ee76b7997287e28ce0ce7f5ae7 [file] [log] [blame]
{
"name": "WBWebBrowser",
"version": "1.0.0",
"summary": "A web browser used on iOS.",
"description": "A web browser use WKWebView on iOS8 and later, use UIWebView on iOS7.",
"homepage": "https://github.com/developforapple/webbrowser",
"license": "MIT",
"authors": {
"wwwbbat": "developforapple@163.com"
},
"source": {
"git": "https://github.com/developforapple/webbrowser.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "WBWebBrowser/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"WebKit"
]
}