[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 7 / d / FJTool / 0.3.1 / FJTool.podspec.json
blobea150ebe0d7d44e8b321f3f2d38558c414f00b6c
2   "name": "FJTool",
3   "version": "0.3.1",
4   "summary": "集成了常用功能(数组、时间日期、倒计时、通讯录、通知、缓存、颜色、字体、文件、存储、图像、字符、UUID、视图、地区等)",
5   "homepage": "https://github.com/jeffnjut/FJTool",
6   "license": "MIT",
7   "authors": {
8     "jeff_njut": "jeff_njut@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/jeffnjut/FJTool.git",
15     "tag": "0.3.1"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Appstore",
21       "source_files": "FJTool/classes/Appstore/**/*.{h,m}"
22     },
23     {
24       "name": "Array",
25       "source_files": "FJTool/classes/Array/**/*.{h,m}",
26       "dependencies": {
27         "JSONModel": [
29         ]
30       }
31     },
32     {
33       "name": "Block",
34       "source_files": "FJTool/classes/Block/**/*.{h,m}"
35     },
36     {
37       "name": "Color",
38       "frameworks": "UIKit",
39       "source_files": "FJTool/classes/Color/**/*.{h,m}"
40     },
41     {
42       "name": "Contacts",
43       "source_files": "FJTool/classes/Contacts/**/*.{h,m}",
44       "frameworks": "Contacts"
45     },
46     {
47       "name": "Data",
48       "source_files": "FJTool/classes/Data/**/*.{h,m}"
49     },
50     {
51       "name": "Date",
52       "source_files": "FJTool/classes/Date/**/*.{h,m}"
53     },
54     {
55       "name": "Font",
56       "source_files": "FJTool/classes/Font/**/*.{h,m}",
57       "frameworks": "CoreText",
58       "dependencies": {
59         "FJTool/Storage": [
61         ]
62       }
63     },
64     {
65       "name": "Image",
66       "source_files": "FJTool/classes/Image/**/*.{h,m}",
67       "frameworks": "UIKit",
68       "dependencies": {
69         "Typeset": [
71         ],
72         "FJTool/Font": [
74         ],
75         "FJTool/String": [
77         ]
78       }
79     },
80     {
81       "name": "ImageView",
82       "source_files": "FJTool/classes/ImageView/**/*.{h,m}",
83       "frameworks": "UIKit",
84       "dependencies": {
85         "SDWebImage": [
87         ],
88         "FJTool/View": [
90         ]
91       }
92     },
93     {
94       "name": "Macro",
95       "source_files": "FJTool/classes/Macro/**/*.{h,m}"
96     },
97     {
98       "name": "Network",
99       "source_files": "FJTool/classes/Network/**/*.{h,m}",
100       "frameworks": "CoreTelephony",
101       "dependencies": {
102         "AFNetworking": [
104         ]
105       }
106     },
107     {
108       "name": "Region",
109       "source_files": "FJTool/classes/Region/**/*.{h,m}",
110       "resources": "FJTool/classes/Region/**/*.{json,xib}",
111       "dependencies": {
112         "JSONModel": [
114         ],
115         "BlocksKit": [
117         ],
118         "Masonry": [
120         ],
121         "FJTool/Storage": [
123         ]
124       }
125     },
126     {
127       "name": "Storage",
128       "source_files": "FJTool/classes/Storage/**/*.{h,m}",
129       "frameworks": "UIKit",
130       "dependencies": {
131         "JSONModel": [
133         ]
134       }
135     },
136     {
137       "name": "String",
138       "frameworks": "UIKit",
139       "source_files": "FJTool/classes/String/**/*.{h,m}"
140     },
141     {
142       "name": "Timer",
143       "source_files": "FJTool/classes/Timer/**/*.{h,m}"
144     },
145     {
146       "name": "UUID",
147       "source_files": "FJTool/classes/UUID/**/*.{h,m}",
148       "frameworks": "AdSupport"
149     },
150     {
151       "name": "View",
152       "source_files": "FJTool/classes/View/**/*.{h,m}",
153       "frameworks": "UIKit"
154     },
155     {
156       "name": "CustomUI_DropSheet",
157       "source_files": "FJTool/classes/CustomizedUI/DropSheet/**/*.{h,m}",
158       "resources": "FJTool/resources/CustomizedUI/DropSheet/**/*.{png}",
159       "frameworks": "UIKit",
160       "dependencies": {
161         "FJTool/Storage": [
163         ]
164       }
165     },
166     {
167       "name": "CustomUI_ErrorReloader",
168       "source_files": "FJTool/classes/CustomizedUI/ErrorReloader/**/*.{h,m}",
169       "resources": [
170         "FJTool/classes/CustomizedUI/ErrorReloader/**/*.{xib}",
171         "FJTool/resources/CustomizedUI/ErrorReloader/**/*.{png}"
172       ],
173       "frameworks": "UIKit",
174       "dependencies": {
175         "SDWebImage": [
177         ],
178         "Masonry": [
180         ],
181         "BlocksKit": [
183         ],
184         "Typeset": [
186         ],
187         "FJTool/Storage": [
189         ]
190       }
191     },
192     {
193       "name": "CustomUI_ImageBrowser",
194       "source_files": "FJTool/classes/CustomizedUI/ImageBrowser/**/*.{h,m}",
195       "frameworks": "UIKit",
196       "dependencies": {
197         "SDWebImage": [
199         ],
200         "Masonry": [
202         ]
203       }
204     },
205     {
206       "name": "CustomUI_Line",
207       "source_files": "FJTool/classes/CustomizedUI/Line/**/*.{h,m}",
208       "resources": "FJTool/resources/CustomizedUI/Line/**/*.{png}",
209       "frameworks": "UIKit",
210       "dependencies": {
211         "SDWebImage": [
213         ]
214       }
215     },
216     {
217       "name": "CustomUI_PopupView",
218       "source_files": "FJTool/classes/CustomizedUI/PopupView/**/*.{h,m}",
219       "frameworks": "UIKit",
220       "dependencies": {
221         "Masonry": [
223         ],
224         "SDWebImage": [
226         ],
227         "BlocksKit": [
229         ]
230       }
231     },
232     {
233       "name": "CustomUI_ProgressView",
234       "source_files": "FJTool/classes/CustomizedUI/ProgressView/**/*.{h,m}",
235       "frameworks": "UIKit"
236     },
237     {
238       "name": "CustomUI_LoadingView",
239       "source_files": "FJTool/classes/CustomizedUI/LoadingView/**/*.{h,m}",
240       "frameworks": "UIKit",
241       "dependencies": {
242         "DRPLoadingSpinner": [
244         ],
245         "Typeset": [
247         ],
248         "FJTool/Color": [
250         ],
251         "FJTool/View": [
253         ],
254         "FJTool/String": [
256         ],
257         "FJTool/Macro": [
259         ]
260       }
261     }
262   ]