blob: c91edfedb9c88d9ace2ce41e01d9aaac7f2552ea [file] [log] [blame]
{
"name": "KINWebBrowser",
"version": "0.2.5",
"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.5"
},
"source_files": [
"KINWebBrowser",
"KINWebBrowser/**/*.{h,m}"
],
"resources": "Assets/*.png",
"requires_arc": true,
"dependencies": {
"TUSafariActivity": [
],
"ARChromeActivity": [
]
}
}