[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / 6 / 9 / f / DYCategory-Additions / 1.0.0 / DYCategory-Additions.podspec.json
blob19473eb1cbc76d4d4bb0ef89e8cd90689be92350
2   "name": "DYCategory-Additions",
3   "version": "1.0.0",
4   "summary": "AFNetworking的封装, 并提供一个 UIImageView+Loading  cache in fileSystem",
5   "homepage": "https://github.com/junhaiyang/DYCategory-Additions",
6   "license": "MIT",
7   "authors": {
8     "yangjunhai": "junhaiyang@gmail.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/junhaiyang/DYCategory-Additions.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Math",
21       "subspecs": [
22         {
23           "name": "Math+Degrees",
24           "source_files": "Category/Math/Math+Degrees/*.{h,m,mm}"
25         }
26       ]
27     },
28     {
29       "name": "NSAttributedString",
30       "subspecs": [
31         {
32           "name": "NSAttributedString+Attributes",
33           "source_files": "Category/NSAttributedString/NSAttributedString+Attributes/*.{h,m,mm}"
34         }
35       ]
36     },
37     {
38       "name": "NSData",
39       "subspecs": [
40         {
41           "name": "NSData+AES",
42           "source_files": "Category/NSData/NSData+AES/*.{h,m,mm}"
43         }
44       ]
45     },
46     {
47       "name": "NSDate",
48       "subspecs": [
49         {
50           "name": "NSDate+Translator",
51           "source_files": "Category/NSDate/NSDate+Translator/*.{h,m,mm}"
52         }
53       ]
54     },
55     {
56       "name": "NSDictionary",
57       "subspecs": [
58         {
59           "name": "NSDictionary+JSON",
60           "source_files": "Category/NSDictionary/NSDictionary+JSON/*.{h,m,mm}"
61         }
62       ]
63     },
64     {
65       "name": "NSNumber",
66       "subspecs": [
67         {
68           "name": "NSNumber+Date",
69           "source_files": "Category/NSNumber/NSNumber+Date/*.{h,m,mm}"
70         },
71         {
72           "name": "NSNumber+Random",
73           "source_files": "Category/NSNumber/NSNumber+Random/*.{h,m,mm}"
74         }
75       ]
76     },
77     {
78       "name": "NSString",
79       "subspecs": [
80         {
81           "name": "NSString+BOOL",
82           "source_files": "Category/NSString/NSString+BOOL/*.{h,m,mm}"
83         },
84         {
85           "name": "NSString+Blank",
86           "source_files": "Category/NSString/NSString+Blank/*.{h,m,mm}",
87           "dependencies": {
88             "DYCategory-Additions/NSString/NSString+BOOL": [
90             ]
91           }
92         },
93         {
94           "name": "NSString+Contains",
95           "source_files": "Category/NSString/NSString+Contains/*.{h,m,mm}"
96         },
97         {
98           "name": "NSString+Version",
99           "source_files": "Category/NSString/NSString+Version/*.{h,m,mm}"
100         }
101       ]
102     },
103     {
104       "name": "UIApplication",
105       "subspecs": [
106         {
107           "name": "UIApplication+LHSAdditions",
108           "source_files": "Category/UIApplication/UIApplication+LHSAdditions/*.{h,m,mm}"
109         }
110       ]
111     },
112     {
113       "name": "UIColor",
114       "subspecs": [
115         {
116           "name": "UIColor+Extras",
117           "source_files": "Category/UIColor/UIColor+Extras/*.{h,m,mm}"
118         }
119       ]
120     },
121     {
122       "name": "UIDevice",
123       "subspecs": [
124         {
125           "name": "UIDevice+Extras",
126           "source_files": "Category/UIDevice/UIDevice+Extras/*.{h,m,mm}"
127         },
128         {
129           "name": "UIDevice+Resolutions",
130           "source_files": "Category/UIDevice/UIDevice+Resolutions/*.{h,m,mm}"
131         }
132       ]
133     },
134     {
135       "name": "UIFont",
136       "subspecs": [
137         {
138           "name": "UIFont+LHSAdditions",
139           "source_files": "Category/UIFont/UIFont+LHSAdditions/*.{h,m,mm}"
140         }
141       ]
142     },
143     {
144       "name": "UIImage",
145       "subspecs": [
146         {
147           "name": "UIImage+LHSAdditions",
148           "source_files": "Category/UIImage/UIImage+LHSAdditions/*.{h,m,mm}"
149         },
150         {
151           "name": "UIImage+ScaleClip",
152           "source_files": "Category/UIImage/UIImage+ScaleClip/*.{h,m,mm}"
153         },
154         {
155           "name": "UIImageExtras",
156           "source_files": "Category/UIImage/UIImageExtras/*.{h,m,mm}"
157         }
158       ]
159     },
160     {
161       "name": "ALAsset",
162       "subspecs": [
163         {
164           "name": "ALAsset+Extras",
165           "dependencies": {
166             "DYCategory-Additions/UIImage/UIImage+ScaleClip": [
168             ],
169             "DYCategory-Additions/UIImage/UIImageExtras": [
171             ]
172           },
173           "source_files": "Category/ALAsset/ALAsset+Extras/*.{h,m,mm}"
174         }
175       ]
176     },
177     {
178       "name": "UINavigationController",
179       "subspecs": [
180         {
181           "name": "UINavigationController+Extra",
182           "source_files": "Category/UINavigationController/UINavigationController+Extra/*.{h,m,mm}"
183         }
184       ]
185     },
186     {
187       "name": "UIScreen",
188       "subspecs": [
189         {
190           "name": "UIScreen+LHSAdditions",
191           "source_files": "Category/UIScreen/UIScreen+LHSAdditions/*.{h,m,mm}"
192         }
193       ]
194     },
195     {
196       "name": "UIView",
197       "subspecs": [
198         {
199           "name": "UIView+Click",
200           "source_files": "Category/UIView/UIView+Click/*.{h,m,mm}"
201         },
202         {
203           "name": "UIView+Extras",
204           "source_files": "Category/UIView/UIView+Extras/*.{h,m,mm}"
205         },
206         {
207           "name": "UIView+LHSAdditions",
208           "source_files": "Category/UIView/UIView+LHSAdditions/*.{h,m,mm}"
209         }
210       ]
211     },
212     {
213       "name": "UIViewController",
214       "subspecs": [
215         {
216           "name": "UIViewController+LHSAdditions",
217           "source_files": "Category/UIViewController/UIViewController+LHSAdditions/*.{h,m,mm}"
218         }
219       ]
220     }
221   ]