[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 4 / f / 2 / CHWebView / 0.6 / CHWebView.podspec.json
blob316e3cb471438f8c7a5bb0dc960826379e5ab052
2   "name": "CHWebView",
3   "version": "0.6",
4   "summary": "BaseWebView For Project Complex",
5   "description": "edit demo and insert gif for projectDemo",
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.6"
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   ]