blob: cdc0c3d92d26edcb2fc80efd5110126fb6c33e20 [file] [log] [blame]
{
"name": "STPostWebView",
"version": "0.0.3",
"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.3"
},
"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."
}