[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 4 / 7 / LQWebView / 1.3.3 / LQWebView.podspec.json
blob2203fe1a03ec0a404e0c28d5b3528ecbafa878cf
2   "name": "LQWebView",
3   "version": "1.3.3",
4   "summary": "对WKWebView 的封装,继承自UIView",
5   "description": "对WKWebView 的封装,继承自UIView,封装了常用方法,方便使用!",
6   "homepage": "https://github.com/LQi2009/LQWebView",
7   "license": "MIT",
8   "authors": {
9     "LiuQiqiang": "lqq200912408@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/LQi2009/LQWebView.git",
16     "tag": "1.3.3"
17   },
18   "requires_arc": true,
19   "default_subspecs": "OBJ",
20   "swift_version": "4.1",
21   "subspecs": [
22     {
23       "name": "OBJ",
24       "source_files": [
25         "LQWebView",
26         "LQWebView/obj/**/*.{h,m}"
27       ]
28     },
29     {
30       "name": "SF",
31       "source_files": [
32         "LQWebView",
33         "LQWebView/sf/**/*.{swift}"
34       ]
35     }
36   ]