[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 4 / YoSwiftUIKit / 0.1.4 / YoSwiftUIKit.podspec.json
blob866cf5f9d9e1783192107db94baf0bf5994cb208
2   "name": "YoSwiftUIKit",
3   "version": "0.1.4",
4   "summary": "Yo UIView of swift",
5   "description": "自定义视图+扩展",
6   "homepage": "https://github.com/YoSwiftKing/YoSwiftUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yo": "738816656@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/YoSwiftKing/YoSwiftUIKit.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "YoUIColor+Normal",
22   "dependencies": {
23     "SnapKit": [
25     ],
26     "YoCommon": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "YoNavBarView",
33       "source_files": "YoSwiftUIKit/Classes/YoUIView/YoNavBarView/**/*"
34     },
35     {
36       "name": "YoPageTagsView",
37       "source_files": "YoSwiftUIKit/Classes/YoUIView/YoPageTagsView/**/*",
38       "dependencies": {
39         "YoSwiftUIKit/YoUIImage+Color": [
41         ],
42         "YoSwiftUIKit/YoPageView": [
44         ],
45         "YoFoundation/YoString+Size": [
47         ]
48       }
49     },
50     {
51       "name": "YoPageView",
52       "source_files": "YoSwiftUIKit/Classes/YoUIView/YoPageView/**/*",
53       "dependencies": {
54         "YoSwiftUIKit/YoUIView+Layout": [
56         ],
57         "YoSwiftUIKit/YoUIColor+Rgb": [
59         ]
60       }
61     },
62     {
63       "name": "YoUIView+Gradient",
64       "source_files": "YoSwiftUIKit/Classes/YoUIView/YoUIView+Gradient/**/*"
65     },
66     {
67       "name": "YoUIView+Layout",
68       "source_files": "YoSwiftUIKit/Classes/YoUIView/YoUIView+Layout/**/*"
69     },
70     {
71       "name": "YoUIColor+Normal",
72       "source_files": "YoSwiftUIKit/Classes/YoUIColor/YoUIColor+Normal/**/*",
73       "dependencies": {
74         "YoSwiftUIKit/YoUIColor+HexColor": [
76         ]
77       }
78     },
79     {
80       "name": "YoUIColor+HexColor",
81       "source_files": "YoSwiftUIKit/Classes/YoUIColor/YoUIColor+HexColor/**/*"
82     },
83     {
84       "name": "YoUIColor+Rgb",
85       "source_files": "YoSwiftUIKit/Classes/YoUIColor/YoUIColor+Rgb/**/*"
86     },
87     {
88       "name": "YoUIImage+Color",
89       "source_files": "YoSwiftUIKit/Classes/YoUIImage/YoUIImage+Color/**/*"
90     },
91     {
92       "name": "YoViewCtl",
93       "source_files": "YoSwiftUIKit/Classes/YoViewCtl/**/*",
94       "dependencies": {
95         "YoSwiftUIKit/YoNavBarView": [
97         ]
98       }
99     }
100   ]