blob: 4265261df71cedf4971d56b28d342bc14760bfee [file] [log] [blame]
{
"name": "WQAWKWebview",
"version": "0.0.6",
"summary": "A short description of WQAWKWebview.",
"description": "A WKWebview Bridge and offline plan.",
"homepage": "https://github.com/371612143/WQAWKWebview",
"license": "Copyright © 2021 matthew. All rights reserved.",
"authors": {
"wqa": "a371612143@qq.com"
},
"source": {
"git": "https://github.com/371612143/WQAWKWebview.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "11.0"
},
"static_framework": true,
"requires_arc": true,
"default_subspecs": "Webview",
"dependencies": {
"AFNetworking": [
"~> 4.0"
]
},
"subspecs": [
{
"name": "Webview",
"source_files": [
"WQAWKWebview/Classes/bridge/*",
"WQAWKWebview/Classes/*.{h,m}"
],
"public_header_files": [
"WQAWKWebview/Classes/bridge/*.h",
"WQAWKWebview/Classes/*.{h}"
]
},
{
"name": "Intercept",
"source_files": "WQAWKWebview/Classes/Intercept/*",
"public_header_files": "WQAWKWebview/Classes/Intercept/*.h",
"dependencies": {
"WQAWKWebview/Webview": [
]
}
}
]
}