blob: 0c50d65f14baf4526c0e3756a745c3eca1164a98 [file] [log] [blame]
{
"name": "STPostWebView",
"version": "0.0.4",
"summary": "A subclass of WKWebView that supports requested by POST.",
"homepage": "https://github.com/shien7654321/STPostWebView",
"authors": {
"Suta": "shien7654321@163.com"
},
"source": {
"git": "https://github.com/shien7654321/STPostWebView.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
],
"source_files": "STPostWebView/*.{swift}",
"compiler_flags": "-fmodules",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"description": "STPostWebView is a subclass of WKWebView that supports requested by POST."
}