[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / a / KINWebBrowser / 0.2.6 / KINWebBrowser.podspec.json
blobec3b42e56153204e0c61f12ebb9dc47266b7af3f
2   "name": "KINWebBrowser",
3   "version": "0.2.6",
4   "summary": "A full featured web browser module for your iOS apps.",
5   "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",
6   "homepage": "https://github.com/dfmuir/KINWebBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "David F. Muir V": "dfmuir@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/dfmuir/KINWebBrowser.git",
19     "tag": "0.2.6"
20   },
21   "source_files": [
22     "KINWebBrowser",
23     "KINWebBrowser/**/*.{h,m}"
24   ],
25   "resources": "Assets/*.png",
26   "requires_arc": true,
27   "frameworks": "WebKit",
28   "dependencies": {
29     "TUSafariActivity": [
30       "1.0.0"
31     ],
32     "ARChromeActivity": [
33       "1.0.2"
34     ]
35   }