[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / 7 / LQWebView / 1.5.0 / LQWebView.podspec.json
blob484b547aeaf70c5ef4fe2e78e0b965e88b863e6a
2   "name": "LQWebView",
3   "version": "1.5.0",
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.5.0"
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   ]