[Add] PageSenseSDK 0.7.26
[CocoaPods.git] / Specs / a / 4 / c / JXCategoryKit / 0.2.4 / JXCategoryKit.podspec.json
blob1c4dd235074ec4caaa2a6510ccee7ca12c0cb0fb
2   "name": "JXCategoryKit",
3   "version": "0.2.4",
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.4"
16   },
17   "platforms": {
18     "ios": "8.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": "UITableView",
47           "source_files": "JXCategoryKit/UIKit/UITableView/*.{h,m}",
48           "public_header_files": "JXCategoryKit/UIKit/UITableView/*.h"
49         },
50         {
51           "name": "UIScrollView",
52           "source_files": "JXCategoryKit/UIKit/UIScrollView/*.{h,m}",
53           "public_header_files": "JXCategoryKit/UIKit/UIScrollView/*.h"
54         },
55         {
56           "name": "UIGestureRecognizer",
57           "source_files": "JXCategoryKit/UIKit/UIGestureRecognizer/*.{h,m}",
58           "public_header_files": "JXCategoryKit/UIKit/UIGestureRecognizer/*.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": "UIWindow",
67           "source_files": "JXCategoryKit/UIKit/UIWindow/*.{h,m}",
68           "public_header_files": "JXCategoryKit/UIKit/UIWindow/*.h"
69         },
70         {
71           "name": "UIViewController",
72           "source_files": "JXCategoryKit/UIKit/UIViewController/*.{h,m}",
73           "public_header_files": "JXCategoryKit/UIKit/UIViewController/*.h"
74         },
75         {
76           "name": "UIView",
77           "source_files": "JXCategoryKit/UIKit/UIView/*.{h,m}",
78           "public_header_files": "JXCategoryKit/UIKit/UIView/*.h"
79         },
80         {
81           "name": "UITextField",
82           "source_files": "JXCategoryKit/UIKit/UITextField/*.{h,m}",
83           "public_header_files": "JXCategoryKit/UIKit/UITextField/*.h"
84         },
85         {
86           "name": "UITableViewCell",
87           "source_files": "JXCategoryKit/UIKit/UITableViewCell/*.{h,m}",
88           "public_header_files": "JXCategoryKit/UIKit/UITableViewCell/*.h"
89         },
90         {
91           "name": "UIImage",
92           "source_files": "JXCategoryKit/UIKit/UIImage/*.{h,m}",
93           "public_header_files": "JXCategoryKit/UIKit/UIImage/*.h"
94         },
95         {
96           "name": "UIDevice",
97           "source_files": "JXCategoryKit/UIKit/UIDevice/*.{h,m}",
98           "public_header_files": "JXCategoryKit/UIKit/UIDevice/*.h"
99         },
100         {
101           "name": "UIColor",
102           "source_files": "JXCategoryKit/UIKit/UIColor/*.{h,m}",
103           "public_header_files": "JXCategoryKit/UIKit/UIColor/*.h"
104         },
105         {
106           "name": "UIButton",
107           "source_files": "JXCategoryKit/UIKit/UIButton/*.{h,m}",
108           "public_header_files": "JXCategoryKit/UIKit/UIButton/*.h"
109         },
110         {
111           "name": "UITabBarController",
112           "source_files": "JXCategoryKit/UIKit/UITabBarController/*.{h,m}",
113           "public_header_files": "JXCategoryKit/UIKit/UITabBarController/*.h",
114           "dependencies": {
115             "JXCategoryKit/UIKit/UIImage": [
117             ]
118           }
119         },
120         {
121           "name": "UIApplication",
122           "source_files": "JXCategoryKit/UIKit/UIApplication/*.{h,m}",
123           "public_header_files": "JXCategoryKit/UIKit/UIApplication/*.h"
124         }
125       ]
126     },
127     {
128       "name": "Foundation",
129       "subspecs": [
130         {
131           "name": "NSNotificationCenter",
132           "source_files": "JXCategoryKit/Foundation/NSNotificationCenter/*.{h,m}",
133           "public_header_files": "JXCategoryKit/Foundation/NSNotificationCenter/*.h"
134         },
135         {
136           "name": "NSData",
137           "source_files": "JXCategoryKit/Foundation/NSData/*.{h,m}",
138           "public_header_files": "JXCategoryKit/Foundation/NSData/*.h"
139         },
140         {
141           "name": "NSFileManager",
142           "source_files": "JXCategoryKit/Foundation/NSFileManager/*.{h,m}",
143           "public_header_files": "JXCategoryKit/Foundation/NSFileManager/*.h"
144         },
145         {
146           "name": "NSDate",
147           "source_files": "JXCategoryKit/Foundation/NSDate/*.{h,m}",
148           "public_header_files": "JXCategoryKit/Foundation/NSDate/*.h"
149         },
150         {
151           "name": "NSTimer",
152           "source_files": "JXCategoryKit/Foundation/NSTimer/*.{h,m}",
153           "public_header_files": "JXCategoryKit/Foundation/NSTimer/*.h"
154         },
155         {
156           "name": "NSObject",
157           "source_files": "JXCategoryKit/Foundation/NSObject/*.{h,m}",
158           "public_header_files": "JXCategoryKit/Foundation/NSObject/*.h"
159         },
160         {
161           "name": "NSNull",
162           "source_files": "JXCategoryKit/Foundation/NSNull/*.{h,m}",
163           "public_header_files": "JXCategoryKit/Foundation/NSNull/*.h"
164         },
165         {
166           "name": "NSString",
167           "source_files": "JXCategoryKit/Foundation/NSString/*.{h,m}",
168           "public_header_files": "JXCategoryKit/Foundation/NSString/*.h",
169           "dependencies": {
170             "JXCategoryKit/Foundation/NSObject": [
172             ],
173             "JXCategoryKit/Foundation/NSData": [
175             ]
176           }
177         },
178         {
179           "name": "NSDictionary",
180           "source_files": "JXCategoryKit/Foundation/NSDictionary/*.{h,m}",
181           "public_header_files": "JXCategoryKit/Foundation/NSDictionary/*.h",
182           "dependencies": {
183             "JXCategoryKit/Foundation/NSObject": [
185             ]
186           }
187         },
188         {
189           "name": "NSError",
190           "source_files": "JXCategoryKit/Foundation/NSError/*.{h,m}",
191           "public_header_files": "JXCategoryKit/Foundation/NSError/*.h"
192         },
193         {
194           "name": "NSBundle",
195           "source_files": "JXCategoryKit/Foundation/NSBundle/*.{h,m}",
196           "public_header_files": "JXCategoryKit/Foundation/NSBundle/*.h"
197         },
198         {
199           "name": "NSArray",
200           "source_files": "JXCategoryKit/Foundation/NSArray/*.{h,m}",
201           "public_header_files": "JXCategoryKit/Foundation/NSArray/*.h",
202           "dependencies": {
203             "JXCategoryKit/Foundation/NSObject": [
205             ]
206           }
207         }
208       ]
209     }
210   ]