[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 8 / d / f / N42WebView / 0.2.0 / N42WebView.podspec.json
blob34cab5f9b8c8244827a38076c73343a984611315
2   "name": "N42WebView",
3   "version": "0.2.0",
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.2.0"
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/*.png"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "WebKit"
31   ],
32   "pushed_with_swift_version": "3.0"