blob: 08d5814bec5231e925189b3db685b7f7af56a99b [file] [log] [blame]
{
"name": "SS-KINWebBrowser",
"version": "1.3.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.",
"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/sandsmedia/KINWebBrowser.git",
"tag": "1.3.3"
},
"source_files": [
"KINWebBrowser",
"KINWebBrowser/**/*.{h,m}"
],
"resources": "Assets/*.png",
"requires_arc": true,
"weak_frameworks": "WebKit",
"dependencies": {
"SS-TUSafariActivity": [
"1.0.5"
],
"ARChromeActivity": [
"1.0.5"
]
}
}