[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / b / c / YNCommonTools / 1.1.0 / YNCommonTools.podspec.json
blob59b1cac59c3c3781468801626e33f1704ecb679b
2   "name": "YNCommonTools",
3   "version": "1.1.0",
4   "license": "MIT",
5   "summary": "剔除了一些第三方源码,修改为引用第三方。1.1.0之前的所有版本请不要使用",
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.0"
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": "Catetory",
31       "source_files": [
32         "YNCommonTools/UIImage+YNExtension.{h,m}",
33         "YNCommonTools/NSDate+YNExtension.{h,m}",
34         "YNCommonTools/UIView+YNExtension.{h,m}"
35       ],
36       "public_header_files": [
37         "YNCommonTools/UIImage+YNExtension.h",
38         "YNCommonTools/NSDate+YNExtension.h",
39         "YNCommonTools/UIView+YNExtension.h"
40       ]
41     },
42     {
43       "name": "Module",
44       "subspecs": [
45         {
46           "name": "Refresh",
47           "source_files": [
48             "YNCommonTools/YNRefreshNormalFooter.{h,m}",
49             "YNCommonTools/YNRefreshNormalHeader.{h,m}",
50             "YNCommonTools/YNRefreshConfig.{h,m}"
51           ],
52           "public_header_files": [
53             "YNCommonTools/YNRefreshNormalFooter.h",
54             "YNCommonTools/YNRefreshNormalHeader.h",
55             "YNCommonTools/YNRefreshConfig.h"
56           ]
57         },
58         {
59           "name": "TWTextInputView",
60           "source_files": "YNCommonTools/TWTextInputView.{h,m}",
61           "public_header_files": "YNCommonTools/TWTextInputView.h"
62         },
63         {
64           "name": "WSDatePickerView",
65           "source_files": "YNCommonTools/WSDatePickerView.{h,m}",
66           "public_header_files": "YNCommonTools/WSDatePickerView.h",
67           "dependencies": {
68             "YNCommonTools/Catetory": [
70             ]
71           }
72         },
73         {
74           "name": "YNRBDMuteSwitch",
75           "source_files": "YNCommonTools/YNRBDMuteSwitch.{h,m}",
76           "public_header_files": "YNCommonTools/YNRBDMuteSwitch.h"
77         },
78         {
79           "name": "YNVerifyCodeView",
80           "source_files": "YNCommonTools/YNVerifyCodeView.{h,m}",
81           "public_header_files": "YNCommonTools/YNVerifyCodeView.h"
82         },
83         {
84           "name": "YNBannerView",
85           "source_files": [
86             "YNCommonTools/YNBannerView.{h,m}",
87             "YNCommonTools/YNBannerViewMaker.{h,m}",
88             "YNCommonTools/YNBannerShareManager.{h,m}"
89           ],
90           "public_header_files": [
91             "YNCommonTools/YNBannerView.h",
92             "YNCommonTools/YNBannerViewMaker.h",
93             "YNCommonTools/YNBannerShareManager.h"
94           ],
95           "dependencies": {
96             "YNCommonTools/Module/YNRBDMuteSwitch": [
98             ]
99           }
100         }
101       ]
102     }
103   ]