[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / b / c / YNCommonTools / 1.0.2 / YNCommonTools.podspec.json
blob44137a6c95dfcd458f1dfce3f63cb5cf334d7e90
2   "name": "YNCommonTools",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "优化导航控制器、增加验证码输入框",
6   "homepage": "https://github.com/JD0327/YNCommonTools",
7   "authors": {
8     "GentlemanJ": "1011001397@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/JD0327/YNCommonTools.git",
12     "tag": "1.0.2"
13   },
14   "requires_arc": true,
15   "dependencies": {
16     "MJRefresh": [
18     ]
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "resources": "YNCommonTools/Resources.bundle",
24   "source_files": [
25     "YNCommonTools/YNCommonTools.h",
26     "YNCommonTools/YNCommonMethod.h"
27   ],
28   "subspecs": [
29     {
30       "name": "Base",
31       "source_files": [
32         "YNCommonTools/YNAppDelegate.{h,m}",
33         "YNCommonTools/YNBaseViewController.{h,m}"
34       ],
35       "public_header_files": [
36         "YNCommonTools/YNAppDelegate.h",
37         "YNCommonTools/YNBaseViewController.h"
38       ]
39     },
40     {
41       "name": "Catetory",
42       "source_files": [
43         "YNCommonTools/UIImage+YNExtension.{h,m}",
44         "YNCommonTools/NSDate+YNExtension.{h,m}",
45         "YNCommonTools/UIView+YNExtension.{h,m}"
46       ],
47       "public_header_files": [
48         "YNCommonTools/UIImage+YNExtension.h",
49         "YNCommonTools/NSDate+YNExtension.h",
50         "YNCommonTools/UIView+YNExtension.h"
51       ]
52     },
53     {
54       "name": "Module",
55       "subspecs": [
56         {
57           "name": "Refresh",
58           "source_files": [
59             "YNCommonTools/YNRefreshNormalFooter.{h,m}",
60             "YNCommonTools/YNRefreshNormalHeader.{h,m}",
61             "YNCommonTools/YNRefreshConfig.{h,m}"
62           ],
63           "public_header_files": [
64             "YNCommonTools/YNRefreshNormalFooter.h",
65             "YNCommonTools/YNRefreshNormalHeader.h",
66             "YNCommonTools/YNRefreshConfig.h"
67           ]
68         },
69         {
70           "name": "NavigationController",
71           "source_files": [
72             "YNCommonTools/UIViewController+RTRootNavigationController.{h,m}",
73             "YNCommonTools/RTRootNavigationController.{h,m}"
74           ],
75           "public_header_files": [
76             "YNCommonTools/UIViewController+RTRootNavigationController.h",
77             "YNCommonTools/RTRootNavigationController.h"
78           ]
79         },
80         {
81           "name": "TWTextInputView",
82           "source_files": "YNCommonTools/TWTextInputView.{h,m}",
83           "public_header_files": "YNCommonTools/TWTextInputView.h"
84         },
85         {
86           "name": "WSDatePickerView",
87           "source_files": "YNCommonTools/WSDatePickerView.{h,m}",
88           "public_header_files": "YNCommonTools/WSDatePickerView.h",
89           "dependencies": {
90             "YNCommonTools/Catetory": [
92             ]
93           }
94         },
95         {
96           "name": "YNRBDMuteSwitch",
97           "source_files": "YNCommonTools/YNRBDMuteSwitch.{h,m}",
98           "public_header_files": "YNCommonTools/YNRBDMuteSwitch.h"
99         },
100         {
101           "name": "YNVerifyCodeView",
102           "source_files": "YNCommonTools/YNVerifyCodeView.{h,m}",
103           "public_header_files": "YNCommonTools/YNVerifyCodeView.h"
104         },
105         {
106           "name": "YNBannerView",
107           "source_files": [
108             "YNCommonTools/YNBannerView.{h,m}",
109             "YNCommonTools/YNBannerViewMaker.{h,m}",
110             "YNCommonTools/YNBannerShareManager.{h,m}"
111           ],
112           "public_header_files": [
113             "YNCommonTools/YNBannerView.h",
114             "YNCommonTools/YNBannerViewMaker.h",
115             "YNCommonTools/YNBannerShareManager.h"
116           ],
117           "dependencies": {
118             "YNCommonTools/Module/YNRBDMuteSwitch": [
120             ]
121           }
122         }
123       ]
124     }
125   ]