blob: 91ad318f79beb383d4aaa2a9463d9da69b22c1b9 [file] [log] [blame]
{
"name": "SS-KINWebBrowser",
"version": "1.3.2",
"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",
"Eddie Li": "eli@sandsmedia.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dfmuir/KINWebBrowser.git",
"tag": "1.3.2"
},
"source_files": [
"KINWebBrowser",
"KINWebBrowser/**/*.{h,m}"
],
"resources": "Assets/*.png",
"requires_arc": true,
"weak_frameworks": "WebKit",
"dependencies": {
"SS-TUSafariActivity": [
"1.0.4"
],
"ARChromeActivity": [
"1.0.5"
]
}
}