blob: 8593c4b72d5bfe3092fb6d03e116793a04657e84 [file] [log] [blame]
{
"name": "KINWebBrowser_fm",
"version": "1.3.9",
"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.9"
},
"source_files": [
"KINWebBrowser",
"KINWebBrowser/**/*.{h,m}"
],
"resource_bundles": {
"KINWebBrowser": [
"Assets/*.png"
]
},
"requires_arc": true,
"weak_frameworks": "WebKit",
"dependencies": {
"TUSafariActivity": [
"1.0.4"
],
"ARChromeActivity": [
"1.0.5"
]
}
}