[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / b / c / YNCommonTools / 1.1.1 / YNCommonTools.podspec.json
blob7ec6393f74630aa15291f497caf9c521551171b4
2   "name": "YNCommonTools",
3   "version": "1.1.1",
4   "license": "MIT",
5   "summary": "新增BaseViewController",
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.1.1"
13   },
14   "requires_arc": true,
15   "dependencies": {
16     "MJRefresh": [
18     ],
19     "RTRootNavigationController": [
21     ]
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "resources": "YNCommonTools/Resources.bundle",
27   "source_files": [
28     "YNCommonTools/YNCommonTools.h",
29     "YNCommonTools/YNCommonMethod.h"
30   ],
31   "subspecs": [
32     {
33       "name": "Catetory",
34       "source_files": [
35         "YNCommonTools/UIImage+YNExtension.{h,m}",
36         "YNCommonTools/NSDate+YNExtension.{h,m}",
37         "YNCommonTools/UIView+YNExtension.{h,m}"
38       ],
39       "public_header_files": [
40         "YNCommonTools/UIImage+YNExtension.h",
41         "YNCommonTools/NSDate+YNExtension.h",
42         "YNCommonTools/UIView+YNExtension.h"
43       ]
44     },
45     {
46       "name": "Module",
47       "subspecs": [
48         {
49           "name": "Refresh",
50           "source_files": [
51             "YNCommonTools/YNRefreshNormalFooter.{h,m}",
52             "YNCommonTools/YNRefreshNormalHeader.{h,m}",
53             "YNCommonTools/YNRefreshConfig.{h,m}"
54           ],
55           "public_header_files": [
56             "YNCommonTools/YNRefreshNormalFooter.h",
57             "YNCommonTools/YNRefreshNormalHeader.h",
58             "YNCommonTools/YNRefreshConfig.h"
59           ]
60         },
61         {
62           "name": "TWTextInputView",
63           "source_files": "YNCommonTools/TWTextInputView.{h,m}",
64           "public_header_files": "YNCommonTools/TWTextInputView.h"
65         },
66         {
67           "name": "WSDatePickerView",
68           "source_files": "YNCommonTools/WSDatePickerView.{h,m}",
69           "public_header_files": "YNCommonTools/WSDatePickerView.h",
70           "dependencies": {
71             "YNCommonTools/Catetory": [
73             ]
74           }
75         },
76         {
77           "name": "YNRBDMuteSwitch",
78           "source_files": "YNCommonTools/YNRBDMuteSwitch.{h,m}",
79           "public_header_files": "YNCommonTools/YNRBDMuteSwitch.h"
80         },
81         {
82           "name": "YNVerifyCodeView",
83           "source_files": "YNCommonTools/YNVerifyCodeView.{h,m}",
84           "public_header_files": "YNCommonTools/YNVerifyCodeView.h"
85         },
86         {
87           "name": "YNBannerView",
88           "source_files": [
89             "YNCommonTools/YNBannerView.{h,m}",
90             "YNCommonTools/YNBannerViewMaker.{h,m}",
91             "YNCommonTools/YNBannerShareManager.{h,m}"
92           ],
93           "public_header_files": [
94             "YNCommonTools/YNBannerView.h",
95             "YNCommonTools/YNBannerViewMaker.h",
96             "YNCommonTools/YNBannerShareManager.h"
97           ],
98           "dependencies": {
99             "YNCommonTools/Module/YNRBDMuteSwitch": [
101             ]
102           }
103         }
104       ]
105     }
106   ]