[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 4 / f / 2 / CHWebView / 1.5 / CHWebView.podspec.json
blobb1f83085082171b2c172c60e8db78b07629cbcc3
2   "name": "CHWebView",
3   "version": "1.5",
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.5"
17   },
18   "frameworks": [
19     "WebKit",
20     "JavaScriptCore"
21   ],
22   "default_subspecs": [
23     "Core",
24     "Progress",
25     "JavaScript"
26   ],
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     {
42       "name": "JavaScript",
43       "resources": "CHWebView/JavaScript/nativehelper.js"
44     }
45   ]