[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / d / f / N42WebView / 0.3.2 / N42WebView.podspec.json
bloba4b367c801e54b46af7c3bc0b99507ca07b8f5a1
2   "name": "N42WebView",
3   "version": "0.3.2",
4   "summary": "In-app browser based WKWebView",
5   "description": "In-app browser based WKWebView. swift 3.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.3.2"
14   },
15   "pod_target_xcconfig": {
16     "SWIFT_VERSION": "3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "N42WebView": [
25       "Pod/Assets/**/*"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "WebKit"
31   ]