[Add] QuickplayFeedSDK 2.2.7
[CocoaPods.git] / Specs / a / 4 / c / JXCategoryKit / 0.2.7 / JXCategoryKit.podspec.json
blob0f776cea16dd92855236bfdef813f09bf8ba1ae2
2   "name": "JXCategoryKit",
3   "version": "0.2.7",
4   "summary": "基础类扩展",
5   "homepage": "https://github.com/Barnett2050/JXCategoryKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "zjx_mywork@163.com": "zjx_mywork@163.com"
12   },
13   "source": {
14     "git": "https://github.com/Barnett2050/JXCategoryKit.git",
15     "tag": "0.2.7"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "JXCategoryKit/JXCategoryKit.h",
22   "public_header_files": "JXCategoryKit/JXCategoryKit.h",
23   "frameworks": [
24     "UIKit",
25     "CoreLocation",
26     "Accelerate",
27     "UserNotifications",
28     "AdSupport",
29     "CoreText"
30   ],
31   "subspecs": [
32     {
33       "name": "CoreLocation",
34       "source_files": "JXCategoryKit/CoreLocation/*.{h,m}",
35       "public_header_files": "JXCategoryKit/CoreLocation/*.h"
36     },
37     {
38       "name": "QuartzCore",
39       "source_files": "JXCategoryKit/QuartzCore/*.{h,m}",
40       "public_header_files": "JXCategoryKit/QuartzCore/*.h"
41     },
42     {
43       "name": "UIKit",
44       "subspecs": [
45         {
46           "name": "UIApplication",
47           "source_files": "JXCategoryKit/UIKit/UIApplication/*.{h,m}",
48           "public_header_files": "JXCategoryKit/UIKit/UIApplication/*.h"
49         },
50         {
51           "name": "UIButton",
52           "source_files": "JXCategoryKit/UIKit/UIButton/*.{h,m}",
53           "public_header_files": "JXCategoryKit/UIKit/UIButton/*.h"
54         },
55         {
56           "name": "UIColor",
57           "source_files": "JXCategoryKit/UIKit/UIColor/*.{h,m}",
58           "public_header_files": "JXCategoryKit/UIKit/UIColor/*.h"
59         },
60         {
61           "name": "UIControl",
62           "source_files": "JXCategoryKit/UIKit/UIControl/*.{h,m}",
63           "public_header_files": "JXCategoryKit/UIKit/UIControl/*.h"
64         },
65         {
66           "name": "UIDevice",
67           "source_files": "JXCategoryKit/UIKit/UIDevice/*.{h,m}",
68           "public_header_files": "JXCategoryKit/UIKit/UIDevice/*.h"
69         },
70         {
71           "name": "UIGestureRecognizer",
72           "source_files": "JXCategoryKit/UIKit/UIGestureRecognizer/*.{h,m}",
73           "public_header_files": "JXCategoryKit/UIKit/UIGestureRecognizer/*.h"
74         },
75         {
76           "name": "UIImage",
77           "source_files": "JXCategoryKit/UIKit/UIImage/*.{h,m}",
78           "public_header_files": "JXCategoryKit/UIKit/UIImage/*.h"
79         },
80         {
81           "name": "UIScrollView",
82           "source_files": "JXCategoryKit/UIKit/UIScrollView/*.{h,m}",
83           "public_header_files": "JXCategoryKit/UIKit/UIScrollView/*.h"
84         },
85         {
86           "name": "UITabBarController",
87           "source_files": "JXCategoryKit/UIKit/UITabBarController/*.{h,m}",
88           "public_header_files": "JXCategoryKit/UIKit/UITabBarController/*.h",
89           "dependencies": {
90             "JXCategoryKit/UIKit/UIImage": [
92             ]
93           }
94         },
95         {
96           "name": "UITableView",
97           "source_files": "JXCategoryKit/UIKit/UITableView/*.{h,m}",
98           "public_header_files": "JXCategoryKit/UIKit/UITableView/*.h"
99         },
100         {
101           "name": "UITableViewCell",
102           "source_files": "JXCategoryKit/UIKit/UITableViewCell/*.{h,m}",
103           "public_header_files": "JXCategoryKit/UIKit/UITableViewCell/*.h"
104         },
105         {
106           "name": "UITextField",
107           "source_files": "JXCategoryKit/UIKit/UITextField/*.{h,m}",
108           "public_header_files": "JXCategoryKit/UIKit/UITextField/*.h"
109         },
110         {
111           "name": "UIView",
112           "source_files": "JXCategoryKit/UIKit/UIView/*.{h,m}",
113           "public_header_files": "JXCategoryKit/UIKit/UIView/*.h"
114         },
115         {
116           "name": "UIViewController",
117           "source_files": "JXCategoryKit/UIKit/UIViewController/*.{h,m}",
118           "public_header_files": "JXCategoryKit/UIKit/UIViewController/*.h"
119         },
120         {
121           "name": "UIWindow",
122           "source_files": "JXCategoryKit/UIKit/UIWindow/*.{h,m}",
123           "public_header_files": "JXCategoryKit/UIKit/UIWindow/*.h"
124         }
125       ]
126     },
127     {
128       "name": "Foundation",
129       "subspecs": [
130         {
131           "name": "NSArray",
132           "source_files": "JXCategoryKit/Foundation/NSArray/*.{h,m}",
133           "public_header_files": "JXCategoryKit/Foundation/NSArray/*.h",
134           "dependencies": {
135             "JXCategoryKit/Foundation/NSObject": [
137             ]
138           }
139         },
140         {
141           "name": "NSBundle",
142           "source_files": "JXCategoryKit/Foundation/NSBundle/*.{h,m}",
143           "public_header_files": "JXCategoryKit/Foundation/NSBundle/*.h"
144         },
145         {
146           "name": "NSData",
147           "source_files": "JXCategoryKit/Foundation/NSData/*.{h,m}",
148           "public_header_files": "JXCategoryKit/Foundation/NSData/*.h"
149         },
150         {
151           "name": "NSDate",
152           "source_files": "JXCategoryKit/Foundation/NSDate/*.{h,m}",
153           "public_header_files": "JXCategoryKit/Foundation/NSDate/*.h"
154         },
155         {
156           "name": "NSDictionary",
157           "source_files": "JXCategoryKit/Foundation/NSDictionary/*.{h,m}",
158           "public_header_files": "JXCategoryKit/Foundation/NSDictionary/*.h",
159           "dependencies": {
160             "JXCategoryKit/Foundation/NSObject": [
162             ]
163           }
164         },
165         {
166           "name": "NSError",
167           "source_files": "JXCategoryKit/Foundation/NSError/*.{h,m}",
168           "public_header_files": "JXCategoryKit/Foundation/NSError/*.h"
169         },
170         {
171           "name": "NSFileManager",
172           "source_files": "JXCategoryKit/Foundation/NSFileManager/*.{h,m}",
173           "public_header_files": "JXCategoryKit/Foundation/NSFileManager/*.h"
174         },
175         {
176           "name": "NSNotificationCenter",
177           "source_files": "JXCategoryKit/Foundation/NSNotificationCenter/*.{h,m}",
178           "public_header_files": "JXCategoryKit/Foundation/NSNotificationCenter/*.h"
179         },
180         {
181           "name": "NSNull",
182           "source_files": "JXCategoryKit/Foundation/NSNull/*.{h,m}",
183           "public_header_files": "JXCategoryKit/Foundation/NSNull/*.h"
184         },
185         {
186           "name": "NSObject",
187           "source_files": "JXCategoryKit/Foundation/NSObject/*.{h,m}",
188           "public_header_files": "JXCategoryKit/Foundation/NSObject/*.h"
189         },
190         {
191           "name": "NSString",
192           "source_files": "JXCategoryKit/Foundation/NSString/*.{h,m}",
193           "public_header_files": "JXCategoryKit/Foundation/NSString/*.h",
194           "dependencies": {
195             "JXCategoryKit/Foundation/NSObject": [
197             ],
198             "JXCategoryKit/Foundation/NSData": [
200             ]
201           }
202         },
203         {
204           "name": "NSTimer",
205           "source_files": "JXCategoryKit/Foundation/NSTimer/*.{h,m}",
206           "public_header_files": "JXCategoryKit/Foundation/NSTimer/*.h"
207         }
208       ]
209     }
210   ]