[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / d / XyWidget / 1.0.4 / XyWidget.podspec.json
blob10797057da382fba832d60779133a453e506e061
2   "name": "XyWidget",
3   "version": "1.0.4",
4   "summary": "项目辅助类",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/TAEYANGXU/XyWidget",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TAEYANGXU": "albert_xyz@163.com"
13   },
14   "source": {
15     "git": "https://github.com/TAEYANGXU/XyWidget.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "UIKit",
22   "subspecs": [
23     {
24       "name": "ViewExtension",
25       "source_files": "XyWidget/Classes/ViewExtension/**/*",
26       "public_header_files": "XyWidget/Classes/ViewExtension/**/*.h",
27       "dependencies": {
28         "XyWidget/Const": [
30         ]
31       }
32     },
33     {
34       "name": "Custom",
35       "source_files": "XyWidget/Classes/Custom/**/*",
36       "public_header_files": "XyWidget/Classes/Custom/**/*.h"
37     },
38     {
39       "name": "Const",
40       "source_files": "XyWidget/Classes/Const/**/*",
41       "public_header_files": "XyWidget/Classes/Const/**/*.h"
42     },
43     {
44       "name": "Categorys",
45       "source_files": "XyWidget/Classes/Categorys/**/*",
46       "public_header_files": "XyWidget/Classes/Categorys/**/*.h"
47     },
48     {
49       "name": "Tools",
50       "source_files": "XyWidget/Classes/Tools/**/*",
51       "public_header_files": "XyWidget/Classes/Tools/**/*.h"
52     }
53   ]