[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / 4 / 1 / LWWebView / 0.0.3 / LWWebView.podspec.json
blob91e07a1f2d7dc6f93c059af035db2bfe099d6f71
2   "name": "LWWebView",
3   "version": "0.0.3",
4   "summary": "封装的webview.",
5   "description": "一款基于WKWebView和WebViewJavascriptBridge封装的网页",
6   "homepage": "https://github.com/weilLove/LWWebView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "weilLove": "weil218@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/weilLove/LWWebView.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "Classess",
23     "Classess/*.{h,m}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "dependencies": {
30     "WebViewJavascriptBridge": [
32     ]
33   }