[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / 7 / DZNWebViewController / 2.0 / DZNWebViewController.podspec.json
blobeb58a23406470635c1c47418b0e56a1a16a7e466
2   "name": "DZNWebViewController",
3   "version": "2.0",
4   "summary": "A very simple web browser with useful navigation and exportation tools.",
5   "homepage": "https://github.com/dzenbot/DZNWebViewController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ignacio Romero Z.": "iromero@dzen.cl"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/dzenbot/DZNWebViewController.git",
18     "tag": "v2.0"
19   },
20   "source_files": [
21     "Classes",
22     "Source/Classes/**/*.*"
23   ],
24   "resources": [
25     "Source/Resources/*.*",
26     "Source/Scripts/*.js"
27   ],
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "requires_arc": true,
32   "dependencies": {
33     "NJKWebViewProgress": [
34       "~> 0.2"
35     ]
36   }