[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 9 / 5 / YoUIKit / 0.1.16 / YoUIKit.podspec.json
blobe0a381f2a18bffb82e4f43777d9b56c1b55fb7a7
2   "name": "YoUIKit",
3   "version": "0.1.16",
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.16"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "resource_bundles": {
22     "YoProgressHUD": [
23       "YoUIKit/Assets/HUD/YoProgressHUD/*.png"
24     ]
25   },
26   "dependencies": {
27     "Shimmer": [
28       "~> 1.0.2"
29     ],
30     "Masonry": [
32     ],
33     "YYText": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "YoBaseViewCtl",
40       "source_files": "YoUIKit/Classes/BaseViewCtl/YoBaseViewCtl/**/*",
41       "dependencies": {
42         "YoUIKit/YoNavView": [
44         ]
45       }
46     },
47     {
48       "name": "YoTabBarCtl",
49       "source_files": "YoUIKit/Classes/TabBarCtl/YoTabBarCtl/**/*"
50     },
51     {
52       "name": "YoMJRefresh",
53       "source_files": "YoUIKit/Classes/MJRefresh/YoMJRefresh/**/*",
54       "dependencies": {
55         "MJRefresh": [
57         ]
58       }
59     },
60     {
61       "name": "YoNavView",
62       "source_files": "YoUIKit/Classes/NavView/YoNavView/**/*"
63     },
64     {
65       "name": "YoProgressHUD",
66       "source_files": "YoUIKit/Classes/HUD/YoProgressHUD/**/*"
67     },
68     {
69       "name": "YoPositionBtn",
70       "source_files": "YoUIKit/Classes/UIButton/YoPositionBtn/**/*"
71     },
72     {
73       "name": "YoLab",
74       "source_files": "YoUIKit/Classes/UILabel/YoLab/**/*"
75     },
76     {
77       "name": "YoBageView",
78       "source_files": "YoUIKit/Classes/UIView/YoBageView/**/*"
79     },
80     {
81       "name": "YoLikeView",
82       "source_files": "YoUIKit/Classes/UIView/YoLikeView/**/*"
83     },
84     {
85       "name": "YoPlaceHoldView",
86       "source_files": "YoUIKit/Classes/UIView/YoPlaceHoldView/**/*"
87     },
88     {
89       "name": "YoTagView",
90       "source_files": "YoUIKit/Classes/UIView/YoTagView/**/*"
91     }
92   ]