[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / f / 2 / CHWebView / 2.0.5 / CHWebView.podspec.json
blob2454baf8b443c84dba7adc42a577964ea168b3b9
2   "name": "CHWebView",
3   "version": "2.0.5",
4   "summary": "WebView component,progress ,javascript",
5   "description": "Fix WebView of  CHViewController layout 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": "2.0.5"
17   },
18   "frameworks": [
19     "WebKit",
20     "JavaScriptCore"
21   ],
22   "default_subspecs": [
23     "Core",
24     "Progress"
25   ],
26   "resources": "CHWebView/Resource/CHWebView.bundle",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "CHWebView/Core",
31       "dependencies": {
32         "CHWebView/Progress": [
34         ]
35       }
36     },
37     {
38       "name": "Progress",
39       "source_files": "CHWebView/Progress"
40     }
41   ]