[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / f / b / TLKit / 0.0.3 / TLKit.podspec.json
blobc63cbf3900b4da40d335c5b76585cc27c2904679
2   "name": "TLKit",
3   "version": "0.0.3",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "iOS开发基础组件库",
8   "description": "iOS开发基础组件库,主要包含以下内容:\n1、shortcut: 通用宏,通用快捷c方法\n2、Categories:通用类拓展",
9   "authors": {
10     "libokun": "libokun@126.com"
11   },
12   "homepage": "https://github.com/tbl00c/TLKit",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "source": {
18     "git": "https://github.com/tbl00c/TLKit.git",
19     "tag": "0.0.3"
20   },
21   "public_header_files": "TLKit/TLKit.h",
22   "source_files": "TLKit/TLKit.h",
23   "subspecs": [
24     {
25       "name": "TLShortcut",
26       "source_files": "TLKit/TLShortcut/*.{h,m}"
27     },
28     {
29       "name": "TLCategories",
30       "public_header_files": "TLKit/TLCategories/TLCategories.h",
31       "source_files": "TLKit/TLCategories/TLCategories.h",
32       "subspecs": [
33         {
34           "name": "Foundation",
35           "public_header_files": "TLKit/TLCategories/Foundation/Foundation+TLCategories.h",
36           "source_files": "TLKit/TLCategories/Foundation/Foundation+TLCategories.h",
37           "subspecs": [
38             {
39               "name": "NSObject",
40               "source_files": "TLKit/TLCategories/Foundation/NSObject/**/*.{h,m}"
41             },
42             {
43               "name": "NSArray",
44               "source_files": "TLKit/TLCategories/Foundation/NSArray/*.{h,m}"
45             },
46             {
47               "name": "NSMutableArray",
48               "source_files": "TLKit/TLCategories/Foundation/NSMutableArray/*.{h,m}"
49             },
50             {
51               "name": "NSDictionary",
52               "source_files": "TLKit/TLCategories/Foundation/NSDictionary/*.{h,m}"
53             },
54             {
55               "name": "NSMutableDictionary",
56               "source_files": "TLKit/TLCategories/Foundation/NSMutableDictionary/*.{h,m}"
57             },
58             {
59               "name": "NSData",
60               "source_files": "TLKit/TLCategories/Foundation/NSData/*.{h,m}"
61             },
62             {
63               "name": "NSDate",
64               "source_files": "TLKit/TLCategories/Foundation/NSDate/*.{h,m}"
65             },
66             {
67               "name": "NSString",
68               "source_files": "TLKit/TLCategories/Foundation/NSString/*.{h,m}",
69               "dependencies": {
70                 "TLKit/TLCategories/Foundation/NSData": [
72                 ]
73               }
74             },
75             {
76               "name": "NSTimer",
77               "source_files": "TLKit/TLCategories/Foundation/NSTimer/*.{h,m}"
78             },
79             {
80               "name": "NSBundle",
81               "source_files": "TLKit/TLCategories/Foundation/NSBundle/*.{h,m}"
82             },
83             {
84               "name": "NSURL",
85               "source_files": "TLKit/TLCategories/Foundation/NSURL/*.{h,m}"
86             },
87             {
88               "name": "NSFileManager",
89               "source_files": "TLKit/TLCategories/Foundation/NSFileManager/*.{h,m}"
90             },
91             {
92               "name": "NSNotificationCenter",
93               "source_files": "TLKit/TLCategories/Foundation/NSNotificationCenter/*.{h,m}"
94             },
95             {
96               "name": "NSDictionary",
97               "source_files": "TLKit/TLCategories/Foundation/NSDictionary/*.{h,m}"
98             }
99           ]
100         },
101         {
102           "name": "UIKit",
103           "public_header_files": "TLKit/TLCategories/UIKit/UIKit+TLCategories.h",
104           "source_files": "TLKit/TLCategories/UIKit/UIKit+TLCategories.h",
105           "subspecs": [
106             {
107               "name": "UIView",
108               "source_files": "TLKit/TLCategories/UIKit/UIView/*.{h,m}",
109               "dependencies": {
110                 "TLKit/TLShortcut": [
112                 ],
113                 "TLKit/TLCategories/Foundation/NSObject": [
115                 ]
116               }
117             },
118             {
119               "name": "UIScrollView",
120               "source_files": "TLKit/TLCategories/UIKit/UIScrollView/*.{h,m}"
121             },
122             {
123               "name": "UIButton",
124               "source_files": "TLKit/TLCategories/UIKit/UIButton/*.{h,m}",
125               "dependencies": {
126                 "TLKit/TLCategories/UIKit/UIImage": [
128                 ]
129               }
130             },
131             {
132               "name": "UIControl",
133               "source_files": "TLKit/TLCategories/UIKit/UIControl/*.{h,m}"
134             },
135             {
136               "name": "UICollectionViewCell",
137               "source_files": "TLKit/TLCategories/UIKit/UICollectionViewCell/*.{h,m}"
138             },
139             {
140               "name": "UIWindow",
141               "source_files": "TLKit/TLCategories/UIKit/UIWindow/*.{h,m}"
142             },
143             {
144               "name": "UIViewController",
145               "source_files": "TLKit/TLCategories/UIKit/UIViewController/*.{h,m}",
146               "dependencies": {
147                 "TLKit/TLCategories/UIKit/UIView": [
149                 ],
150                 "TLKit/TLCategories/UIKit/UINavigationController": [
152                 ],
153                 "TLKit/TLCategories/UIKit/UIBarButtonItem": [
155                 ]
156               }
157             },
158             {
159               "name": "UINavigationController",
160               "source_files": "TLKit/TLCategories/UIKit/UINavigationController/**/*.{h,m}"
161             },
162             {
163               "name": "UIColor",
164               "source_files": "TLKit/TLCategories/UIKit/UIColor/*.{h,m}"
165             },
166             {
167               "name": "UIImage",
168               "source_files": "TLKit/TLCategories/UIKit/UIImage/*.{h,m}"
169             },
170             {
171               "name": "UITextField",
172               "source_files": "TLKit/TLCategories/UIKit/UITextField/*.{h,m}"
173             },
174             {
175               "name": "UITextView",
176               "source_files": "TLKit/TLCategories/UIKit/UITextView/*.{h,m}"
177             },
178             {
179               "name": "UIBarButtonItem",
180               "source_files": "TLKit/TLCategories/UIKit/UIBarButtonItem/*.{h,m}"
181             },
182             {
183               "name": "UINavigationItem",
184               "source_files": "TLKit/TLCategories/UIKit/UINavigationItem/*.{h,m}",
185               "dependencies": {
186                 "TLKit/TLCategories/UIKit/UIBarButtonItem": [
188                 ]
189               }
190             },
191             {
192               "name": "UINavigationBar",
193               "source_files": "TLKit/TLCategories/UIKit/UINavigationBar/*.{h,m}"
194             }
195           ]
196         }
197       ]
198     }
199   ]