blob: a331f9308d27eaed2bc9d4ca71fc0879c9fdfb01 [file] [log] [blame]
{
"name": "KINWebBrowser",
"version": "1.2.3",
"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.\n",
"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/dfmuir/KINWebBrowser.git",
"tag": "1.2.3"
},
"source_files": [
"KINWebBrowser",
"KINWebBrowser/**/*.{h,m}"
],
"resources": "Assets/*.png",
"requires_arc": true,
"weak_frameworks": "WebKit",
"dependencies": {
"TUSafariActivity": [
"1.0.2"
],
"ARChromeActivity": [
"1.0.2"
]
}
}