[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / 0 / 9 / ModalWebViewController / 1.0.0 / ModalWebViewController.podspec.json
bloba70b7e6672fd4c2e03621741df7c5a6ba40d429f
2   "name": "ModalWebViewController",
3   "version": "1.0.0",
4   "summary": "An iOS view controller wrapper for WKWebView.",
5   "description": "ModalWebViewController wrap up a WKWebView and implements a few standard features as iOS Safari does. So web views can be easily used in your apps out-of-the-box.",
6   "homepage": "https://github.com/kalvish21/ModalWebViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kalyan Vishnubhatla": "kalvish@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kalvish21/ModalWebViewController.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "ModalWebViewController/Classes/**/*",
22   "resources": "ModalWebViewController/Assets/**/*.{png}",
23   "frameworks": [
24     "UIKit",
25     "WebKit"
26   ],
27   "dependencies": {
28     "NewPopMenu": [
29       "~> 2.0"
30     ]
31   },
32   "swift_version": "5.0"