[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / f / 2 / CHWebView / 1.3 / CHWebView.podspec.json
blob1d9fbd32c4e7ed427dae449d29e10b3cbf821e32
2   "name": "CHWebView",
3   "version": "1.3",
4   "summary": "WebView component,progress ,javascript",
5   "description": "Fix CHWebViewController ProgressView set color error bug",
6   "homepage": "https://github.com/chausson/CHWebView.git",
7   "license": "MIT",
8   "authors": {
9     "Chausson": "232564026@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/chausson/CHWebView.git",
16     "tag": "1.3"
17   },
18   "frameworks": [
19     "WebKit",
20     "JavaScriptCore"
21   ],
22   "default_subspecs": [
23     "Core",
24     "Progress"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "CHWebView/Core",
30       "dependencies": {
31         "CHWebView/Progress": [
33         ]
34       }
35     },
36     {
37       "name": "Progress",
38       "source_files": "CHWebView/Progress"
39     }
40   ]