[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 8 / 9 / STCommonWebView / 0.0.1 / STCommonWebView.podspec.json
blobf66c53de0e1112617570c4739ffb6e855abfe53e
2   "name": "STCommonWebView",
3   "version": "0.0.1",
4   "summary": "A common subclass of WKWebView.",
5   "homepage": "https://github.com/shien7654321/STCommonWebView",
6   "authors": {
7     "Suta": "shien7654321@163.com"
8   },
9   "source": {
10     "git": "https://github.com/shien7654321/STCommonWebView.git",
11     "tag": "0.0.1"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "requires_arc": true,
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "WebKit"
25   ],
26   "source_files": "STCommonWebView/*.{swift}",
27   "compiler_flags": "-fmodules",
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "5.0"
30   },
31   "description": "STCommonWebView is a common subclass of WKWebView.."