blob: af0110c0a5daeced4d0f5fc5c0c1b2dd89268896 [file] [log] [blame]
{
"name": "KINWebBrowser_fm",
"version": "1.3.5",
"summary": "A web browser module for your apps.",
"description": "KINWebBrowser is a web browser module for your apps. Powered by WKWebView on iOS 8. Backwards compatible with iOS 7 using UIWebView. KINWebBrowser offers the simplest way to add a web browser to your apps.",
"homepage": "https://github.com/dfmuir/KINWebBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David F. Muir V": "dfmuir@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lexiaoyao20/KINWebBrowser.git",
"tag": "1.3.5"
},
"source_files": [
"KINWebBrowser",
"KINWebBrowser/**/*.{h,m}"
],
"resources": "Assets/*.bundle",
"requires_arc": true,
"weak_frameworks": "WebKit",
"dependencies": {
"TUSafariActivity": [
"1.0.4"
],
"ARChromeActivity": [
"1.0.5"
]
}
}