[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / a / KINWebBrowser / 1.0.2 / KINWebBrowser.podspec.json
blob84c260beb8ec50f923bf8cd62da73bb881a63e0c
2   "name": "KINWebBrowser",
3   "version": "1.0.2",
4   "summary": "A web browser module for your apps.",
5   "description": "                   KINWebBrowser is a web browser module for your apps. Powered by WKWebView on iOS 8. Backwards compatible with iOS 7 using UIWebView. KINWebBrowser offers the simplest way to add a web browser to your apps.\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": "1.0.2"
20   },
21   "source_files": [
22     "KINWebBrowser",
23     "KINWebBrowser/**/*.{h,m}"
24   ],
25   "resources": "Assets/*.png",
26   "requires_arc": true,
27   "weak_frameworks": "WebKit",
28   "dependencies": {
29     "TUSafariActivity": [
30       "1.0.0"
31     ],
32     "ARChromeActivity": [
33       "1.0.2"
34     ]
35   }