[Add] FLYIKit 0.5.8
[CocoaPods.git] / Specs / 3 / 2 / 7 / YJCategories / 0.0.9 / YJCategories.podspec.json
blob4148746e5ecfb95553a81c3ac05ba1108233340a
2   "name": "YJCategories",
3   "version": "0.0.9",
4   "summary": "A collection of useful Objective-C Categories extending iOS Frameworks, Author's email:houmanager@Hotmail.com 工作地点:BeiJing 欢迎骚扰。",
5   "description": "YJCategories a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation, UIKit, CoreData, QuartzCore, CoreLocation, MapKit Etc. Author's email:houmanager@Hotmail.com",
6   "homepage": "https://github.com/YJManager/YJCategories.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "houmanager": "houmanager@Hotmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "UIKit",
21     "CoreData",
22     "QuartzCore",
23     "CoreLocation",
24     "MapKit"
25   ],
26   "libraries": "resolv.9",
27   "source": {
28     "git": "https://github.com/YJManager/YJCategories.git",
29     "tag": "0.0.9",
30     "submodules": true
31   },
32   "public_header_files": "YJCategories/*.{h}",
33   "source_files": "YJCategories/*.{h,m}",
34   "subspecs": [
35     {
36       "name": "UIKit",
37       "subspecs": [
38         {
39           "name": "UIApplication",
40           "source_files": "YJCategories/UIKit/UIApplication/*.{h,m}",
41           "public_header_files": "YJCategories/UIKit/UIApplication/*.{h}"
42         },
43         {
44           "name": "UIWindow",
45           "source_files": "YJCategories/UIKit/UIWindow/*.{h,m}",
46           "public_header_files": "YJCategories/UIKit/UIWindow/*.{h}"
47         },
48         {
49           "name": "UIViewController",
50           "source_files": "YJCategories/UIKit/UIViewController/*.{h,m}",
51           "public_header_files": "YJCategories/UIKit/UIViewController/*.{h}"
52         },
53         {
54           "name": "UIView",
55           "source_files": "YJCategories/UIKit/UIView/*.{h,m}",
56           "public_header_files": "YJCategories/UIKit/UIView/*.{h}"
57         },
58         {
59           "name": "UITableView",
60           "source_files": "YJCategories/UIKit/UITableView/*.{h,m}",
61           "public_header_files": "YJCategories/UIKit/UITableView/*.{h}"
62         },
63         {
64           "name": "UITableViewCell",
65           "source_files": "YJCategories/UIKit/UITableViewCell/*.{h,m}",
66           "public_header_files": "YJCategories/UIKit/UITableViewCell/*.{h}"
67         },
68         {
69           "name": "UILabel",
70           "source_files": "YJCategories/UIKit/UILabel/*.{h,m}",
71           "public_header_files": "YJCategories/UIKit/UILabel/*.{h}"
72         },
73         {
74           "name": "UIButton",
75           "source_files": "YJCategories/UIKit/UIButton/*.{h,m}",
76           "public_header_files": "YJCategories/UIKit/UIButton/*.{h}"
77         },
78         {
79           "name": "UIDevice",
80           "source_files": "YJCategories/UIKit/UIDevice/*.{h,m}",
81           "public_header_files": "YJCategories/UIKit/UIDevice/*.{h}"
82         },
83         {
84           "name": "UINavigationController",
85           "source_files": "YJCategories/UIKit/UINavigationController/*.{h,m}",
86           "public_header_files": "YJCategories/UIKit/UINavigationController/*.{h}"
87         },
88         {
89           "name": "UIControl",
90           "source_files": "YJCategories/UIKit/UIControl/*.{h,m}",
91           "public_header_files": "YJCategories/UIKit/UIControl/*.{h}"
92         },
93         {
94           "name": "UIFont",
95           "source_files": "YJCategories/UIKit/UIFont/*.{h,m}",
96           "public_header_files": "YJCategories/UIKit/UIFont/*.{h}"
97         },
98         {
99           "name": "UINavigationBar",
100           "source_files": "YJCategories/UIKit/UINavigationBar/*.{h,m}",
101           "public_header_files": "YJCategories/UIKit/UINavigationBar/*.{h}"
102         },
103         {
104           "name": "UIResponder",
105           "source_files": "YJCategories/UIKit/UIResponder/*.{h,m}",
106           "public_header_files": "YJCategories/UIKit/UIResponder/*.{h}"
107         },
108         {
109           "name": "UIBezierPath",
110           "source_files": "YJCategories/UIKit/UIBezierPath/*.{h,m}",
111           "public_header_files": "YJCategories/UIKit/UIBezierPath/*.{h}"
112         },
113         {
114           "name": "UIScrollView",
115           "source_files": "YJCategories/UIKit/UIScrollView/*.{h,m}",
116           "public_header_files": "YJCategories/UIKit/UIScrollView/*.{h}"
117         },
118         {
119           "name": "UIBarButtonItem",
120           "source_files": "YJCategories/UIKit/UIBarButtonItem/*.{h,m}",
121           "public_header_files": "YJCategories/UIKit/UIBarButtonItem/*.{h}"
122         },
123         {
124           "name": "UIImageView",
125           "source_files": "YJCategories/UIKit/UIImageView/*.{h,m}",
126           "public_header_files": "YJCategories/UIKit/UIImageView/*.{h}"
127         }
128       ]
129     },
130     {
131       "name": "Foundation",
132       "subspecs": [
133         {
134           "name": "NSString",
135           "source_files": "YJCategories/Foundation/NSString/*.{h,m}",
136           "public_header_files": "YJCategories/Foundation/NSString/*.{h}"
137         },
138         {
139           "name": "NSArray",
140           "source_files": "YJCategories/Foundation/NSArray/*.{h,m}",
141           "public_header_files": "YJCategories/Foundation/NSArray/*.{h}"
142         },
143         {
144           "name": "NSMutableArray",
145           "source_files": "YJCategories/Foundation/NSMutableArray/*.{h,m}",
146           "public_header_files": "YJCategories/Foundation/NSMutableArray/*.{h}"
147         },
148         {
149           "name": "NSDictionary",
150           "source_files": "YJCategories/Foundation/NSDictionary/*.{h,m}",
151           "public_header_files": "YJCategories/Foundation/NSDictionary/*.{h}"
152         },
153         {
154           "name": "NSBundle",
155           "source_files": "YJCategories/Foundation/NSBundle/*.{h,m}",
156           "public_header_files": "YJCategories/Foundation/NSBundle/*.{h}"
157         },
158         {
159           "name": "NSData",
160           "source_files": "YJCategories/Foundation/NSData/*.{h,m}",
161           "public_header_files": "YJCategories/Foundation/NSData/*.{h}"
162         },
163         {
164           "name": "NSIndexPath",
165           "source_files": "YJCategories/Foundation/NSIndexPath/*.{h,m}",
166           "public_header_files": "YJCategories/Foundation/NSIndexPath/*.{h}"
167         },
168         {
169           "name": "NSNotificationCenter",
170           "source_files": "YJCategories/Foundation/NSNotificationCenter/*.{h,m}",
171           "public_header_files": "YJCategories/Foundation/NSNotificationCenter/*.{h}"
172         },
173         {
174           "name": "NSURL",
175           "source_files": "YJCategories/Foundation/NSURL/*.{h,m}",
176           "public_header_files": "YJCategories/Foundation/NSURL/*.{h}"
177         },
178         {
179           "name": "NSDate",
180           "source_files": "YJCategories/Foundation/NSDate/*.{h,m}",
181           "public_header_files": "YJCategories/Foundation/NSDate/*.{h}"
182         },
183         {
184           "name": "NSDateFormatter",
185           "source_files": "YJCategories/Foundation/NSDateFormatter/*.{h,m}",
186           "public_header_files": "YJCategories/Foundation/NSDateFormatter/*.{h}"
187         },
188         {
189           "name": "NSFileManager",
190           "source_files": "YJCategories/Foundation/NSFileManager/*.{h,m}",
191           "public_header_files": "YJCategories/Foundation/NSFileManager/*.{h}"
192         },
193         {
194           "name": "NSTimer",
195           "source_files": "YJCategories/Foundation/NSTimer/*.{h,m}",
196           "public_header_files": "YJCategories/Foundation/NSTimer/*.{h}"
197         },
198         {
199           "name": "NSObject",
200           "source_files": "YJCategories/Foundation/NSObject/*.{h,m}",
201           "public_header_files": "YJCategories/Foundation/NSObject/*.{h}"
202         }
203       ]
204     },
205     {
206       "name": "QuartzCore",
207       "subspecs": [
208         {
209           "name": "CATransaction",
210           "source_files": "YJCategories/QuartzCore/CATransaction/*.{h,m}",
211           "public_header_files": "YJCategories/QuartzCore/CATransaction/*.{h}"
212         }
213       ]
214     }
215   ]