blob: 4650e49b3ca2d95fc16b04dd3011608f0162aa57 [file] [log] [blame]
{
"name": "STPostWebView",
"version": "0.0.1",
"summary": "A subclass of WKWebView.",
"homepage": "https://github.com/shien7654321/STPostWebView",
"authors": {
"Suta": "shien7654321@163.com"
},
"source": {
"git": "https://github.com/shien7654321/STPostWebView.git",
"tag": "0.0.1"
},
"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.1"
},
"description": "STPostWebView is a subclass of WKWebView that can be requested in POST."
}