[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / b / 5 / 7 / STPostWebView / 0.0.4 / STPostWebView.podspec.json
blob0c50d65f14baf4526c0e3756a745c3eca1164a98
2   "name": "STPostWebView",
3   "version": "0.0.4",
4   "summary": "A subclass of WKWebView that supports requested by POST.",
5   "homepage": "https://github.com/shien7654321/STPostWebView",
6   "authors": {
7     "Suta": "shien7654321@163.com"
8   },
9   "source": {
10     "git": "https://github.com/shien7654321/STPostWebView.git",
11     "tag": "0.0.4"
12   },
13   "platforms": {
14     "ios": "8.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": "STPostWebView/*.{swift}",
27   "compiler_flags": "-fmodules",
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.2"
30   },
31   "description": "STPostWebView is a subclass of WKWebView that supports requested by POST."