[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / f / 2 / CHWebView / 2.1.0 / CHWebView.podspec.json
blob95aebae94de794eaadf9243643d7a209d2d60d97
2   "name": "CHWebView",
3   "version": "2.1.0",
4   "summary": "WebView component,progress ,javascript",
5   "description": "Fix WebView of  CHViewController Title Reset 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.1.0"
17   },
18   "frameworks": [
19     "WebKit",
20     "JavaScriptCore"
21   ],
22   "resource_bundles": {
23     "Resources": [
24       "CHWebView/**/*.{js}"
25     ]
26   },
27   "default_subspecs": [
28     "Core",
29     "Progress"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "CHWebView/Core",
35       "dependencies": {
36         "CHWebView/Progress": [
38         ]
39       }
40     },
41     {
42       "name": "Progress",
43       "source_files": "CHWebView/Progress"
44     }
45   ]