[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / b / 8 / YCYToolKit / 0.1.5 / YCYToolKit.podspec.json
blob17738c006ea7d11bfd1becaf3507751c7fb60e65
2   "name": "YCYToolKit",
3   "version": "0.1.5",
4   "summary": "YCYToolKit is Tool.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/CattleToCoaxStudio/YCYToolKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chengyou.yang": "864390553@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/CattleToCoaxStudio/YCYToolKit.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "YCYToolKit/YCYToolKit.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "subspecs": [
27     {
28       "name": "YCYCategories",
29       "source_files": "YCYToolKit/YCYCategories/YCYCategory.h",
30       "subspecs": [
31         {
32           "name": "UIKit",
33           "source_files": "YCYToolKit/YCYCategories/UIKit/YCYUIKitHeader.h",
34           "subspecs": [
35             {
36               "name": "UIAlertView",
37               "source_files": "YCYToolKit/YCYCategories/UIKit/UIAlertView/**/*"
38             },
39             {
40               "name": "UIApplication",
41               "source_files": "YCYToolKit/YCYCategories/UIKit/UIApplication/**/*"
42             },
43             {
44               "name": "UIBarButtonItem",
45               "source_files": "YCYToolKit/YCYCategories/UIKit/UIBarButtonItem/**/*"
46             },
47             {
48               "name": "UIBezierPath",
49               "source_files": "YCYToolKit/YCYCategories/UIKit/UIBezierPath/**/*"
50             },
51             {
52               "name": "UIButton",
53               "source_files": "YCYToolKit/YCYCategories/UIKit/UIButton/**/*"
54             },
55             {
56               "name": "UIColor",
57               "source_files": "YCYToolKit/YCYCategories/UIKit/UIColor/**/*"
58             },
59             {
60               "name": "UIControl",
61               "source_files": "YCYToolKit/YCYCategories/UIKit/UIControl/**/*"
62             },
63             {
64               "name": "UIDevice",
65               "source_files": "YCYToolKit/YCYCategories/UIKit/UIDevice/**/*"
66             },
67             {
68               "name": "UIFont",
69               "source_files": "YCYToolKit/YCYCategories/UIKit/UIFont/**/*"
70             },
71             {
72               "name": "UIImage",
73               "source_files": "YCYToolKit/YCYCategories/UIKit/UIImage/**/*"
74             },
75             {
76               "name": "UIImageView",
77               "source_files": "YCYToolKit/YCYCategories/UIKit/UIImageView/**/*"
78             },
79             {
80               "name": "UILabel",
81               "source_files": "YCYToolKit/YCYCategories/UIKit/UILabel/**/*"
82             },
83             {
84               "name": "UINavigationBar",
85               "source_files": "YCYToolKit/YCYCategories/UIKit/UINavigationBar/**/*"
86             },
87             {
88               "name": "UINavigationController",
89               "source_files": "YCYToolKit/YCYCategories/UIKit/UINavigationController/**/*"
90             },
91             {
92               "name": "UIResponder",
93               "source_files": "YCYToolKit/YCYCategories/UIKit/UIResponder/**/*"
94             },
95             {
96               "name": "UIScreen",
97               "source_files": "YCYToolKit/YCYCategories/UIKit/UIScreen/**/*"
98             },
99             {
100               "name": "UIScrollView",
101               "source_files": "YCYToolKit/YCYCategories/UIKit/UIScrollView/**/*"
102             },
103             {
104               "name": "UISearchBar",
105               "source_files": "YCYToolKit/YCYCategories/UIKit/UISearchBar/**/*"
106             },
107             {
108               "name": "UITableViewCell",
109               "source_files": "YCYToolKit/YCYCategories/UIKit/UITableViewCell/**/*"
110             },
111             {
112               "name": "UITextField",
113               "source_files": "YCYToolKit/YCYCategories/UIKit/UITextField/**/*"
114             },
115             {
116               "name": "UITextView",
117               "source_files": "YCYToolKit/YCYCategories/UIKit/UITextView/**/*"
118             },
119             {
120               "name": "UIView",
121               "source_files": "YCYToolKit/YCYCategories/UIKit/UIView/**/*"
122             },
123             {
124               "name": "UIViewController",
125               "source_files": [
126                 "YCYToolKit/YCYCategories/UIKit/UIDevice/UIDevice+YCYHardware.h",
127                 "YCYToolKit/YCYCategories/UIKit/UIViewController/**/*"
128               ]
129             },
130             {
131               "name": "UIWebView",
132               "source_files": [
133                 "YCYToolKit/YCYCategories/UIKit/UIColor/UIColor+YCYWeb.h",
134                 "YCYToolKit/YCYCategories/UIKit/UIWebView/**/*"
135               ]
136             },
137             {
138               "name": "UIWindow",
139               "source_files": "YCYToolKit/YCYCategories/UIKit/UIWindow/**/*"
140             }
141           ]
142         },
143         {
144           "name": "Foundation",
145           "source_files": "YCYToolKit/YCYCategories/Foundation/YCYFoundationHeader.h",
146           "subspecs": [
147             {
148               "name": "NSArray",
149               "source_files": "YCYToolKit/YCYCategories/Foundation/NSArray/**/*"
150             },
151             {
152               "name": "NSBundle",
153               "source_files": "YCYToolKit/YCYCategories/Foundation/NSBundle/**/*"
154             },
155             {
156               "name": "NSData",
157               "source_files": "YCYToolKit/YCYCategories/Foundation/NSData/**/*"
158             },
159             {
160               "name": "NSDate",
161               "source_files": "YCYToolKit/YCYCategories/Foundation/NSDate/**/*"
162             },
163             {
164               "name": "NSDateFormatter",
165               "source_files": "YCYToolKit/YCYCategories/Foundation/NSDateFormatter/**/*"
166             },
167             {
168               "name": "NSDictionary",
169               "source_files": "YCYToolKit/YCYCategories/Foundation/NSDictionary/**/*"
170             },
171             {
172               "name": "NSFileManager",
173               "source_files": "YCYToolKit/YCYCategories/Foundation/NSFileManager/**/*"
174             },
175             {
176               "name": "NSIndexPath",
177               "source_files": "YCYToolKit/YCYCategories/Foundation/NSIndexPath/**/*"
178             },
179             {
180               "name": "NSNotificationCenter",
181               "source_files": "YCYToolKit/YCYCategories/Foundation/NSNotificationCenter/**/*"
182             },
183             {
184               "name": "NSObject",
185               "source_files": "YCYToolKit/YCYCategories/Foundation/NSObject/**/*"
186             },
187             {
188               "name": "NSRunloop",
189               "source_files": "YCYToolKit/YCYCategories/Foundation/NSRunloop/**/*"
190             },
191             {
192               "name": "NSString",
193               "source_files": [
194                 "YCYToolKit/YCYCategories/Foundation/NSString/**/*",
195                 "YCYToolKit/YCYCategories/Foundation/NSData/NSData+{YCYBase64,YCYEncrypt}.h"
196               ]
197             },
198             {
199               "name": "NSTimer",
200               "source_files": "YCYToolKit/YCYCategories/Foundation/NSTimer/**/*"
201             },
202             {
203               "name": "NSURL",
204               "source_files": "YCYToolKit/YCYCategories/Foundation/NSURL/**/*"
205             },
206             {
207               "name": "NSURLConnection",
208               "source_files": "YCYToolKit/YCYCategories/Foundation/NSURLConnection/**/*"
209             },
210             {
211               "name": "NSURLSession",
212               "source_files": "YCYToolKit/YCYCategories/Foundation/NSURLSession/**/*"
213             },
214             {
215               "name": "NSUserDefaults",
216               "source_files": "YCYToolKit/YCYCategories/Foundation/NSUserDefaults/**/*"
217             }
218           ]
219         }
220       ]
221     },
222     {
223       "name": "YCYMacro",
224       "source_files": "YCYToolKit/YCYMacro/**/*"
225     }
226   ]