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