[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 7 / VHCommonUIModule / 1.0.1 / VHCommonUIModule.podspec.json
blobda778090bdba3d058d2db8457a7fab0018dce0e1
2   "name": "VHCommonUIModule",
3   "version": "1.0.1",
4   "summary": "A short description of VHCommonUIModule.",
5   "description": "TODO: 添加几个类文件、资源文件.",
6   "homepage": "https://github.com/VihongL/VHCommonUIModule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xxxxxx": "xxxxxx@163.com"
13   },
14   "source": {
15     "git": "https://github.com/VihongL/VHCommonUIModule.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Classes/**/*",
22   "resources": "Assets/VHCommonUIModuleBundle.bundle",
23   "dependencies": {
24     "Masonry": [
26     ],
27     "VHMacroAndCategoryModule": [
29     ]
30   },
31   "prefix_header_contents": [
32     "#import \"VHMacros.h\"",
33     "#import \"Masonry.h\""
34   ]