[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 9 / 2 / 4 / GTCategories / 0.0.1 / GTCategories.podspec.json
blob099507775fde12bc536bb5dc5f51403dcdd04511
2   "name": "GTCategories",
3   "version": "0.0.1",
4   "summary": "GTCategories 是一个通用Category拓展",
5   "homepage": "https://github.com/liuxc123/GTCategories",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liuxc123": "lxc_work@126.com"
12   },
13   "source": {
14     "git": "https://github.com/liuxc123/GTCategories.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "public_header_files": "GTCategories/GTCategories.h",
21   "source_files": "GTCategories/GTCategories.h",
22   "subspecs": [
23     {
24       "name": "Foundation",
25       "public_header_files": "GTCategories/Foundation/GTFoundationHeader.h",
26       "source_files": "GTCategories/Foundation/GTFoundationHeader.h",
27       "frameworks": [
28         "Foundation",
29         "Security"
30       ],
31       "subspecs": [
32         {
33           "name": "NSArray",
34           "source_files": "GTCategories/Foundation/NSArray/*.{h,m}"
35         },
36         {
37           "name": "NSBundle",
38           "source_files": "GTCategories/Foundation/NSBundle/*.{h,m}"
39         },
40         {
41           "name": "NSData",
42           "source_files": "GTCategories/Foundation/NSData/*.{h,m}"
43         },
44         {
45           "name": "NSDate",
46           "source_files": "GTCategories/Foundation/NSDate/*.{h,m}"
47         },
48         {
49           "name": "NSDateFormatter",
50           "source_files": "GTCategories/Foundation/NSDateFormatter/*.{h,m}"
51         },
52         {
53           "name": "NSDictionary",
54           "source_files": "GTCategories/Foundation/NSDictionary/*.{h,m}"
55         },
56         {
57           "name": "NSException",
58           "source_files": "GTCategories/Foundation/NSException/*.{h,m}"
59         },
60         {
61           "name": "NSFileManager",
62           "source_files": "GTCategories/Foundation/NSFileManager/*.{h,m}"
63         },
64         {
65           "name": "NSIndexPath",
66           "source_files": "GTCategories/Foundation/NSIndexPath/*.{h,m}"
67         },
68         {
69           "name": "NSInvocation",
70           "source_files": "GTCategories/Foundation/NSInvocation/*.{h,m}"
71         },
72         {
73           "name": "NSNotificationCenter",
74           "source_files": "GTCategories/Foundation/NSNotificationCenter/*.{h,m}"
75         },
76         {
77           "name": "NSNumber",
78           "source_files": "GTCategories/Foundation/NSNumber/*.{h,m}"
79         },
80         {
81           "name": "NSObject",
82           "source_files": "GTCategories/Foundation/NSObject/*.{h,m}"
83         },
84         {
85           "name": "NSRunLoop",
86           "source_files": "GTCategories/Foundation/NSRunLoop/*.{h,m}"
87         },
88         {
89           "name": "NSSet",
90           "source_files": "GTCategories/Foundation/NSSet/*.{h,m}"
91         },
92         {
93           "name": "NSString",
94           "source_files": "GTCategories/Foundation/NSString/*.{h,m}",
95           "dependencies": {
96             "GTCategories/Foundation/NSData": [
98             ]
99           }
100         },
101         {
102           "name": "NSTimer",
103           "source_files": "GTCategories/Foundation/NSTimer/*.{h,m}"
104         },
105         {
106           "name": "NSURL",
107           "source_files": "GTCategories/Foundation/NSURL/*.{h,m}"
108         },
109         {
110           "name": "NSUserDefaults",
111           "source_files": "GTCategories/Foundation/NSUserDefaults/*.{h,m}"
112         }
113       ]
114     },
115     {
116       "name": "UIKit",
117       "public_header_files": "GTCategories/UIKit/GTUIKitHeader.h",
118       "source_files": "GTCategories/UIKit/GTUIKitHeader.h",
119       "frameworks": "UIKit",
120       "subspecs": [
121         {
122           "name": "UIApplication",
123           "source_files": "GTCategories/UIKit/UIApplication/*.{h,m}"
124         },
125         {
126           "name": "UIColor",
127           "source_files": "GTCategories/UIKit/UIColor/*.{h,m}"
128         },
129         {
130           "name": "UIControl",
131           "source_files": "GTCategories/UIKit/UIControl/*.{h,m}"
132         },
133         {
134           "name": "UIDevice",
135           "source_files": "GTCategories/UIKit/UIDevice/*.{h,m}"
136         },
137         {
138           "name": "UIFont",
139           "source_files": "GTCategories/UIKit/UIFont/*.{h,m}"
140         },
141         {
142           "name": "UIImage",
143           "source_files": "GTCategories/UIKit/UIImage/*.{h,m}"
144         },
145         {
146           "name": "UIResponder",
147           "source_files": "GTCategories/UIKit/UIResponder/*.{h,m}"
148         },
149         {
150           "name": "UIScreen",
151           "source_files": "GTCategories/UIKit/UIScreen/*.{h,m}"
152         },
153         {
154           "name": "UIScrollView",
155           "source_files": "GTCategories/UIKit/UIScrollView/*.{h,m}"
156         },
157         {
158           "name": "UISearchBar",
159           "source_files": "GTCategories/UIKit/UISearchBar/*.{h,m}"
160         },
161         {
162           "name": "UISplitViewController",
163           "source_files": "GTCategories/UIKit/UISplitViewController/*.{h,m}"
164         },
165         {
166           "name": "UITableViewCell",
167           "source_files": "GTCategories/UIKit/UITableViewCell/*.{h,m}"
168         },
169         {
170           "name": "UIView",
171           "source_files": "GTCategories/UIKit/UIView/*.{h,m}"
172         },
173         {
174           "name": "UIViewController",
175           "source_files": "GTCategories/UIKit/UIViewController/*.{h,m}"
176         },
177         {
178           "name": "UIWindow",
179           "source_files": "GTCategories/UIKit/UIWindow/*.{h,m}"
180         }
181       ]
182     },
183     {
184       "name": "QuartzCore",
185       "public_header_files": "GTCategories/QuartzCore/GTQuartzCoreHeader.h",
186       "source_files": "GTCategories/QuartzCore/GTQuartzCoreHeader.h",
187       "frameworks": [
188         "QuartzCore",
189         "UIKit"
190       ],
191       "subspecs": [
192         {
193           "name": "CAAnimation",
194           "source_files": "GTCategories/QuartzCore/CAAnimation/*.{h,m}"
195         },
196         {
197           "name": "CALayer",
198           "source_files": "GTCategories/QuartzCore/CALayer/*.{h,m}"
199         },
200         {
201           "name": "CAMediaTimingFunction",
202           "source_files": "GTCategories/QuartzCore/CAMediaTimingFunction/*.{h,m}"
203         },
204         {
205           "name": "CAShapeLayer",
206           "source_files": "GTCategories/QuartzCore/CAShapeLayer/*.{h,m}"
207         },
208         {
209           "name": "CATransaction",
210           "source_files": "GTCategories/QuartzCore/CATransaction/*.{h,m}"
211         }
212       ]
213     }
214   ]