blob: ec3b42e56153204e0c61f12ebb9dc47266b7af3f [file] [log] [blame]
{
"name": "KINWebBrowser",
"version": "0.2.6",
"summary": "A full featured web browser module for your iOS apps.",
"description": " KINWebBrowser is a Safari-like web browser compatible with iOS 7 for use within existing iOS projects. It features, back/forward buttons, reload button, and action button. It also features a Safari-like progress view under the navigation bar.\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": "0.2.6"
},
"source_files": [
"KINWebBrowser",
"KINWebBrowser/**/*.{h,m}"
],
"resources": "Assets/*.png",
"requires_arc": true,
"frameworks": "WebKit",
"dependencies": {
"TUSafariActivity": [
"1.0.0"
],
"ARChromeActivity": [
"1.0.2"
]
}
}