[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 9 / 5 / YoUIKit / 0.1.17 / YoUIKit.podspec.json
blobea534dc90ec4fc442f67a9e728cdb9bd341673d9
2   "name": "YoUIKit",
3   "version": "0.1.17",
4   "summary": "YoUIKit Of ObjectC Demo",
5   "description": "YoUIKit框架 基础UI封装",
6   "homepage": "https://gitee.com/YoGods",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yo": "738816656@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/YoGods/YoUIKit.git",
16     "tag": "0.1.17"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "Shimmer": [
24     ],
25     "Masonry": [
27     ],
28     "YYText": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "YoBaseViewCtl",
35       "source_files": "YoUIKit/Classes/BaseViewCtl/YoBaseViewCtl/**/*",
36       "dependencies": {
37         "YoUIKit/YoNavView": [
39         ]
40       }
41     },
42     {
43       "name": "YoTabBarCtl",
44       "source_files": "YoUIKit/Classes/TabBarCtl/YoTabBarCtl/**/*"
45     },
46     {
47       "name": "YoMJRefresh",
48       "source_files": "YoUIKit/Classes/MJRefresh/YoMJRefresh/**/*",
49       "dependencies": {
50         "MJRefresh": [
52         ]
53       }
54     },
55     {
56       "name": "YoNavView",
57       "source_files": "YoUIKit/Classes/NavView/YoNavView/**/*"
58     },
59     {
60       "name": "YoProgressHUD",
61       "source_files": "YoUIKit/Classes/HUD/YoProgressHUD/**/*"
62     },
63     {
64       "name": "YoPositionBtn",
65       "source_files": "YoUIKit/Classes/UIButton/YoPositionBtn/**/*"
66     },
67     {
68       "name": "YoLab",
69       "source_files": "YoUIKit/Classes/UILabel/YoLab/**/*"
70     },
71     {
72       "name": "YoBageView",
73       "source_files": "YoUIKit/Classes/UIView/YoBageView/**/*"
74     },
75     {
76       "name": "YoLikeView",
77       "source_files": "YoUIKit/Classes/UIView/YoLikeView/**/*"
78     },
79     {
80       "name": "YoPlaceHoldView",
81       "source_files": "YoUIKit/Classes/UIView/YoPlaceHoldView/**/*"
82     },
83     {
84       "name": "YoTagView",
85       "source_files": "YoUIKit/Classes/UIView/YoTagView/**/*"
86     }
87   ]