blob: f02c16a1ecb6687bdb0b8ab5f03ee6d86d53d8fe [file] [log] [blame]
{
"name": "KINWebBrowser",
"version": "0.1.0",
"summary": "Embed a web browser in your iOS 7 apps. Push or present.",
"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.1.0"
},
"source_files": [
"KINWebBrowser",
"KINWebBrowser/**/*.{h,m}"
],
"resources": "Assets/*.png",
"requires_arc": true
}