[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / f / 2 / CHWebView / 0.2 / CHWebView.podspec.json
blobe9903b4d0e658b1363a71793befe334904504a5d
2   "name": "CHWebView",
3   "version": "0.2",
4   "summary": "BaseWebView For Project Complex",
5   "description": "update file path and add subspec on podspec",
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.2"
17   },
18   "default_subspecs": [
19     "Core",
20     "Progress"
21   ],
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "CHWebView/Core"
26     },
27     {
28       "name": "Progress",
29       "source_files": "CHWebView/Progress"
30     }
31   ]