[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 9 / 2 / LWWebLoader / 1.0.0 / LWWebLoader.podspec.json
blob1ee1b46d433a7db1f027c22cbb1c43aff9f28503
2   "name": "LWWebLoader",
3   "version": "1.0.0",
4   "summary": "基于WKWebView的数据加载器",
5   "description": "LWWebLoader,一个基于WKWebView的数据加载器,通过WKWebView的独立的网络进程的通道下载和上传二进制数据.",
6   "homepage": "https://github.com/luowei/LWWebLoader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "luowei": "luowei@wodedata.com"
13   },
14   "source": {
15     "git": "https://github.com/luowei/LWWebLoader.git"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "LWWebLoader/Classes/**/*",
21   "resource_bundles": {
22     "LWWebLoader": [
23       "LWWebLoader/Assets/**/*"
24     ]
25   },
26   "public_header_files": "LWWebLoader/Classes/**/*.h"