[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 4 / f / 2 / CHWebView / 1.4 / CHWebView.podspec.json
blobd1ccbf3a52c80afba65f7323a5b9c1332e25ed49
2   "name": "CHWebView",
3   "version": "1.4",
4   "summary": "WebView component,progress ,javascript",
5   "description": "Edit demo project and support local register nativehelper j",
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.4"
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     {
41       "name": "JavaScript",
42       "resources": "CHWebView/JavaScript"
43     }
44   ]