[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / a / 8 / SimLib / 1.0.0.5 / SimLib.podspec.json
blob2863f4ca73d9d0e4eb84919e5fb0c4e4aa51c498
2   "name": "SimLib",
3   "version": "1.0.0.5",
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.5",
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": "UIImageView",
117           "source_files": "SimLib/Category/UIImageView/*.{h,m}",
118           "public_header_files": "SimLib/Category/UIImageView/*.h",
119           "frameworks": [
120             "Foundation",
121             "UIKit"
122           ]
123         },
124         {
125           "name": "UINavigationController",
126           "source_files": "SimLib/Category/UINavigationController/*.{h,m}",
127           "public_header_files": "SimLib/Category/UINavigationController/*.h",
128           "frameworks": [
129             "Foundation",
130             "UIKit"
131           ]
132         },
133         {
134           "name": "UINavigationSXFixSpace",
135           "source_files": "SimLib/Category/UINavigationSXFixSpace/*.{h,m}",
136           "public_header_files": "SimLib/Category/UINavigationSXFixSpace/*.h",
137           "frameworks": [
138             "Foundation",
139             "UIKit"
140           ]
141         },
142         {
143           "name": "UIPanGestureRecognizer",
144           "source_files": "SimLib/Category/UIPanGestureRecognizer/*.{h,m}",
145           "public_header_files": "SimLib/Category/UIPanGestureRecognizer/*.h",
146           "frameworks": [
147             "Foundation",
148             "UIKit"
149           ]
150         },
151         {
152           "name": "UITextView",
153           "source_files": "SimLib/Category/UITextView/*.{h,m}",
154           "public_header_files": "SimLib/Category/UITextView/*.h",
155           "frameworks": [
156             "Foundation",
157             "UIKit"
158           ]
159         },
160         {
161           "name": "UIView",
162           "source_files": "SimLib/Category/UIView/*.{h,m}",
163           "public_header_files": "SimLib/Category/UIView/*.h",
164           "frameworks": [
165             "Foundation",
166             "UIKit"
167           ]
168         }
169       ]
170     },
171     {
172       "name": "Macro",
173       "source_files": "SimLib/Macro/*.{h,m}",
174       "public_header_files": "SimLib/Macro/*.h"
175     },
176     {
177       "name": "SimKit",
178       "subspecs": [
179         {
180           "name": "FSImgView",
181           "source_files": "SimLib/SimKit/FSImgView/*.{h,m}",
182           "public_header_files": "SimLib/SimKit/FSImgView/*.h",
183           "frameworks": [
184             "Foundation",
185             "UIKit"
186           ]
187         },
188         {
189           "name": "FSViewFlowLayout",
190           "source_files": "SimLib/SimKit/FSViewFlowLayout/*.{h,m}",
191           "public_header_files": "SimLib/SimKit/FSViewFlowLayout/*.h",
192           "frameworks": [
193             "Foundation",
194             "UIKit"
195           ]
196         }
197       ]
198     }
199   ]