[Add] RegulaCommonNightly 7.5.902
[CocoaPods.git] / Specs / a / 4 / c / JXCategoryKit / 0.1.7 / JXCategoryKit.podspec.json
blob686827391f443258f31d25e45613648eca8b8dba
2   "name": "JXCategoryKit",
3   "version": "0.1.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.1.7"
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": "UIWindow",
47           "source_files": "JXCategoryKit/UIKit/UIWindow/*.{h,m}",
48           "public_header_files": "JXCategoryKit/UIKit/UIWindow/*.h"
49         },
50         {
51           "name": "UIViewController",
52           "source_files": "JXCategoryKit/UIKit/UIViewController/*.{h,m}",
53           "public_header_files": "JXCategoryKit/UIKit/UIViewController/*.h"
54         },
55         {
56           "name": "UIView",
57           "source_files": "JXCategoryKit/UIKit/UIView/*.{h,m}",
58           "public_header_files": "JXCategoryKit/UIKit/UIView/*.h"
59         },
60         {
61           "name": "UITextField",
62           "source_files": "JXCategoryKit/UIKit/UITextField/*.{h,m}",
63           "public_header_files": "JXCategoryKit/UIKit/UITextField/*.h"
64         },
65         {
66           "name": "UITableViewCell",
67           "source_files": "JXCategoryKit/UIKit/UITableViewCell/*.{h,m}",
68           "public_header_files": "JXCategoryKit/UIKit/UITableViewCell/*.h"
69         },
70         {
71           "name": "UIImage",
72           "source_files": "JXCategoryKit/UIKit/UIImage/*.{h,m}",
73           "public_header_files": "JXCategoryKit/UIKit/UIImage/*.h"
74         },
75         {
76           "name": "UIDevice",
77           "source_files": "JXCategoryKit/UIKit/UIDevice/*.{h,m}",
78           "public_header_files": "JXCategoryKit/UIKit/UIDevice/*.h"
79         },
80         {
81           "name": "UIColor",
82           "source_files": "JXCategoryKit/UIKit/UIColor/*.{h,m}",
83           "public_header_files": "JXCategoryKit/UIKit/UIColor/*.h"
84         },
85         {
86           "name": "UIButton",
87           "source_files": "JXCategoryKit/UIKit/UIButton/*.{h,m}",
88           "public_header_files": "JXCategoryKit/UIKit/UIButton/*.h"
89         },
90         {
91           "name": "UITabBarController",
92           "source_files": "JXCategoryKit/UIKit/UITabBarController/*.{h,m}",
93           "public_header_files": "JXCategoryKit/UIKit/UITabBarController/*.h",
94           "dependencies": {
95             "JXCategoryKit/UIKit/UIImage": [
97             ]
98           }
99         },
100         {
101           "name": "UIApplication",
102           "source_files": "JXCategoryKit/UIKit/UIApplication/*.{h,m}",
103           "public_header_files": "JXCategoryKit/UIKit/UIApplication/*.h"
104         }
105       ]
106     },
107     {
108       "name": "Foundation",
109       "subspecs": [
110         {
111           "name": "NSTimer",
112           "source_files": "JXCategoryKit/Foundation/NSTimer/*.{h,m}",
113           "public_header_files": "JXCategoryKit/Foundation/NSTimer/*.h"
114         },
115         {
116           "name": "NSObject",
117           "source_files": "JXCategoryKit/Foundation/NSObject/*.{h,m}",
118           "public_header_files": "JXCategoryKit/Foundation/NSObject/*.h"
119         },
120         {
121           "name": "NSNull",
122           "source_files": "JXCategoryKit/Foundation/NSNull/*.{h,m}",
123           "public_header_files": "JXCategoryKit/Foundation/NSNull/*.h"
124         },
125         {
126           "name": "NSFileManager",
127           "source_files": "JXCategoryKit/Foundation/NSFileManager/*.{h,m}",
128           "public_header_files": "JXCategoryKit/Foundation/NSFileManager/*.h"
129         },
130         {
131           "name": "NSString",
132           "source_files": "JXCategoryKit/Foundation/NSString/*.{h,m}",
133           "public_header_files": "JXCategoryKit/Foundation/NSString/*.h",
134           "dependencies": {
135             "JXCategoryKit/Foundation/NSObject": [
137             ]
138           }
139         },
140         {
141           "name": "NSDictionary",
142           "source_files": "JXCategoryKit/Foundation/NSDictionary/*.{h,m}",
143           "public_header_files": "JXCategoryKit/Foundation/NSDictionary/*.h",
144           "dependencies": {
145             "JXCategoryKit/Foundation/NSObject": [
147             ]
148           }
149         },
150         {
151           "name": "NSError",
152           "source_files": "JXCategoryKit/Foundation/NSError/*.{h,m}",
153           "public_header_files": "JXCategoryKit/Foundation/NSError/*.h"
154         },
155         {
156           "name": "NSBundle",
157           "source_files": "JXCategoryKit/Foundation/NSBundle/*.{h,m}",
158           "public_header_files": "JXCategoryKit/Foundation/NSBundle/*.h"
159         },
160         {
161           "name": "NSArray",
162           "source_files": "JXCategoryKit/Foundation/NSArray/*.{h,m}",
163           "public_header_files": "JXCategoryKit/Foundation/NSArray/*.h",
164           "dependencies": {
165             "JXCategoryKit/Foundation/NSObject": [
167             ]
168           }
169         },
170         {
171           "name": "NSDate",
172           "source_files": "JXCategoryKit/Foundation/NSDate/*.{h,m}",
173           "public_header_files": "JXCategoryKit/Foundation/NSDate/*.h"
174         }
175       ]
176     }
177   ]