Skip to content

Commit ae5e690

Browse files
gu0315CocoaPodsBot
authored andcommitted
[Add] QXWebView 0.1.3
1 parent 86696f3 commit ae5e690

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "QXWebView",
3+
"version": "0.1.3",
4+
"summary": "A lightweight WebView container with JS-Native bridge support.",
5+
"homepage": "https://github.com/gu0315/QXWebview",
6+
"license": {
7+
"type": "Apache License, Version 2.0",
8+
"text": " Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"
9+
},
10+
"authors": {
11+
"顾钱想": "228383741@qq.com"
12+
},
13+
"source": {
14+
"git": "https://github.com/gu0315/QXWebview_iOS.git",
15+
"tag": "0.1.3"
16+
},
17+
"platforms": {
18+
"ios": "13.0"
19+
},
20+
"source_files": "QXWebView/Classes/**/*.{swift,h,m}",
21+
"public_header_files": "QXWebView/Classes/**/*.h",
22+
"frameworks": [
23+
"UIKit",
24+
"CoreLocation",
25+
"Foundation",
26+
"AVFoundation",
27+
"AudioToolbox",
28+
"Photos"
29+
],
30+
"swift_versions": [
31+
"5.0"
32+
],
33+
"xcconfig": {
34+
"OTHER_LDFLAGS": "-ObjC -all_load",
35+
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
36+
"ENABLE_BITCODE": "NO"
37+
},
38+
"swift_version": "5.0"
39+
}

0 commit comments

Comments
 (0)