[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / f / 2 / CHWebView / 0.5 / CHWebView.podspec.json
blobd54b20f0f48edbbf99bd3cdc14b13e805297606e
2   "name": "CHWebView",
3   "version": "0.5",
4   "summary": "BaseWebView For Project Complex",
5   "description": "extend baseWebViewController init api ,then it can support without navtionbar",
6   "homepage": "https://github.com/chausson/CHWebView.git",
7   "license": "MIT",
8   "authors": {
9     "Chausson": "232564026@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/chausson/CHWebView.git",
16     "tag": "0.5"
17   },
18   "default_subspecs": [
19     "Core",
20     "Progress"
21   ],
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "CHWebView/Core",
26       "dependencies": {
27         "CHWebView/Progress": [
29         ]
30       }
31     },
32     {
33       "name": "Progress",
34       "source_files": "CHWebView/Progress"
35     }
36   ]