[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / a / 8 / SimLib / 1.0.0.11 / SimLib.podspec.json
blob15a9db15f91f66c243282b10f19739328fda675a
2   "name": "SimLib",
3   "version": "1.0.0.11",
4   "summary": "iOS Kit",
5   "description": "iOS common kit",
6   "homepage": "https://github.com/goham/SimLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SimGao": "goham@126.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/goham/SimLib.git",
19     "tag": "1.0.0.11",
20     "submodules": true
21   },
22   "source_files": "SimLib/SimLib.h",
23   "exclude_files": "Classes/Exclude",
24   "public_header_files": "SimLib/SimLib.h",
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "Category",
33       "subspecs": [
34         {
35           "name": "NSArray",
36           "source_files": "SimLib/Category/NSArray/*.{h,m}",
37           "public_header_files": "SimLib/Category/NSArray/*.h",
38           "frameworks": [
39             "Foundation",
40             "UIKit"
41           ]
42         },
43         {
44           "name": "NSData",
45           "source_files": "SimLib/Category/NSData/*.{h,m}",
46           "public_header_files": "SimLib/Category/NSData/*.h",
47           "frameworks": [
48             "Foundation",
49             "UIKit"
50           ]
51         },
52         {
53           "name": "NSDate",
54           "source_files": "SimLib/Category/NSDate/*.{h,m}",
55           "public_header_files": "SimLib/Category/NSDate/*.h",
56           "frameworks": [
57             "Foundation",
58             "UIKit"
59           ]
60         },
61         {
62           "name": "NSDictionary",
63           "source_files": "SimLib/Category/NSDictionary/*.{h,m}",
64           "public_header_files": "SimLib/Category/NSDictionary/*.h",
65           "frameworks": [
66             "Foundation",
67             "UIKit"
68           ]
69         },
70         {
71           "name": "NSObject",
72           "source_files": "SimLib/Category/NSObject/*.{h,m}",
73           "public_header_files": "SimLib/Category/NSObject/*.h",
74           "frameworks": [
75             "Foundation",
76             "UIKit"
77           ]
78         },
79         {
80           "name": "NSString",
81           "source_files": "SimLib/Category/NSString/*.{h,m}",
82           "public_header_files": "SimLib/Category/NSString/*.h",
83           "frameworks": [
84             "Foundation",
85             "UIKit"
86           ]
87         },
88         {
89           "name": "UIButton",
90           "source_files": "SimLib/Category/UIButton/*.{h,m}",
91           "public_header_files": "SimLib/Category/UIButton/*.h",
92           "frameworks": [
93             "Foundation",
94             "UIKit"
95           ]
96         },
97         {
98           "name": "UIColor",
99           "source_files": "SimLib/Category/UIColor/*.{h,m}",
100           "public_header_files": "SimLib/Category/UIColor/*.h",
101           "frameworks": [
102             "Foundation",
103             "UIKit"
104           ]
105         },
106         {
107           "name": "UIImage",
108           "source_files": "SimLib/Category/UIImage/*.{h,m}",
109           "public_header_files": "SimLib/Category/UIImage/*.h",
110           "frameworks": [
111             "Foundation",
112             "UIKit"
113           ]
114         },
115         {
116           "name": "UINavigationController",
117           "source_files": "SimLib/Category/UINavigationController/*.{h,m}",
118           "public_header_files": "SimLib/Category/UINavigationController/*.h",
119           "frameworks": [
120             "Foundation",
121             "UIKit"
122           ]
123         },
124         {
125           "name": "UINavigationSXFixSpace",
126           "source_files": "SimLib/Category/UINavigationSXFixSpace/*.{h,m}",
127           "public_header_files": "SimLib/Category/UINavigationSXFixSpace/*.h",
128           "frameworks": [
129             "Foundation",
130             "UIKit"
131           ]
132         },
133         {
134           "name": "UIPanGestureRecognizer",
135           "source_files": "SimLib/Category/UIPanGestureRecognizer/*.{h,m}",
136           "public_header_files": "SimLib/Category/UIPanGestureRecognizer/*.h",
137           "frameworks": [
138             "Foundation",
139             "UIKit"
140           ]
141         },
142         {
143           "name": "UITextView",
144           "source_files": "SimLib/Category/UITextView/*.{h,m}",
145           "public_header_files": "SimLib/Category/UITextView/*.h",
146           "frameworks": [
147             "Foundation",
148             "UIKit"
149           ]
150         },
151         {
152           "name": "UIView",
153           "source_files": "SimLib/Category/UIView/*.{h,m}",
154           "public_header_files": "SimLib/Category/UIView/*.h",
155           "frameworks": [
156             "Foundation",
157             "UIKit"
158           ]
159         }
160       ]
161     },
162     {
163       "name": "Macro",
164       "source_files": "SimLib/Macro/*.{h,m}",
165       "public_header_files": "SimLib/Macro/*.h"
166     },
167     {
168       "name": "SimKit",
169       "subspecs": [
170         {
171           "name": "FSImgView",
172           "source_files": "SimLib/SimKit/FSImgView/*.{h,m}",
173           "public_header_files": "SimLib/SimKit/FSImgView/*.h",
174           "frameworks": [
175             "Foundation",
176             "UIKit"
177           ]
178         },
179         {
180           "name": "FSViewFlowLayout",
181           "source_files": "SimLib/SimKit/FSViewFlowLayout/*.{h,m}",
182           "public_header_files": "SimLib/SimKit/FSViewFlowLayout/*.h",
183           "frameworks": [
184             "Foundation",
185             "UIKit"
186           ]
187         },
188         {
189           "name": "FSSwitchTabView",
190           "source_files": "SimLib/SimKit/FSSwitchTabView/*.{h,m}",
191           "public_header_files": "SimLib/SimKit/FSSwitchTabView/*.h",
192           "frameworks": [
193             "Foundation",
194             "UIKit"
195           ]
196         },
197         {
198           "name": "SGVideoPlayer",
199           "source_files": "SimLib/SimKit/SGVideoPlayer/*.{h,m}",
200           "public_header_files": "SimLib/SimKit/SGVideoPlayer/*.h",
201           "frameworks": [
202             "Foundation",
203             "UIKit"
204           ]
205         },
206         {
207           "name": "SGRouter",
208           "source_files": "SimLib/SimKit/SGRouter/*.{h,m}",
209           "public_header_files": "SimLib/SimKit/SGRouter/*.h",
210           "frameworks": [
211             "Foundation",
212             "UIKit"
213           ]
214         },
215         {
216           "name": "SGBtns",
217           "source_files": "SimLib/SimKit/SGBtns/**/*.{h,m}",
218           "public_header_files": "SimLib/SimKit/SGBtns/**/*.h",
219           "frameworks": [
220             "Foundation",
221             "UIKit"
222           ]
223         },
224         {
225           "name": "SGSandBox",
226           "source_files": "SimLib/SimKit/SGSandBox/*.{h,m}",
227           "public_header_files": "SimLib/SimKit/SGSandBox/*.h",
228           "frameworks": [
229             "Foundation",
230             "UIKit"
231           ]
232         },
233         {
234           "name": "SGTabBar",
235           "source_files": "SimLib/SimKit/SGTabBar/*.{h,m}",
236           "public_header_files": "SimLib/SimKit/SGTabBar/*.h",
237           "frameworks": [
238             "Foundation",
239             "UIKit"
240           ],
241           "dependencies": {
242             "SimLib/Macro": [
244             ]
245           }
246         }
247       ]
248     }
249   ]