blob: f66c53de0e1112617570c4739ffb6e855abfe53e [file] [log] [blame]
{
"name": "STCommonWebView",
"version": "0.0.1",
"summary": "A common subclass of WKWebView.",
"homepage": "https://github.com/shien7654321/STCommonWebView",
"authors": {
"Suta": "shien7654321@163.com"
},
"source": {
"git": "https://github.com/shien7654321/STCommonWebView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
],
"source_files": "STCommonWebView/*.{swift}",
"compiler_flags": "-fmodules",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"description": "STCommonWebView is a common subclass of WKWebView.."
}