[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / d / f / N42WebView / 0.1.4 / N42WebView.podspec.json
blob9ded1dcad6af810bf4c81cb5b1bc6d1a8c712ec6
2   "name": "N42WebView",
3   "version": "0.1.4",
4   "summary": "In-app browser based WKWebView",
5   "description": "In-app browser based WKWebView. swift 2.0, >= iOS 8.0",
6   "homepage": "https://github.com/n42corp/N42WebView",
7   "license": "MIT",
8   "authors": {
9     "ChangHoon Jung": "iamseapy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/n42corp/N42WebView.git",
13     "tag": "0.1.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "N42WebView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "WebKit"
28   ]