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