[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 7 / d / FJTool / 0.3 / FJTool.podspec.json
blob3532d3a32c788c9e82d2f87ea72bd35d09facd98
2   "name": "FJTool",
3   "version": "0.3",
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"
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": "Macro",
82       "source_files": "FJTool/classes/Macro/**/*.{h,m}"
83     },
84     {
85       "name": "Network",
86       "source_files": "FJTool/classes/Network/**/*.{h,m}",
87       "frameworks": "CoreTelephony",
88       "dependencies": {
89         "AFNetworking": [
91         ]
92       }
93     },
94     {
95       "name": "Region",
96       "source_files": "FJTool/classes/Region/**/*.{h,m}",
97       "resources": "FJTool/classes/Region/**/*.{json,xib}",
98       "dependencies": {
99         "JSONModel": [
101         ],
102         "BlocksKit": [
104         ],
105         "Masonry": [
107         ],
108         "FJTool/Storage": [
110         ]
111       }
112     },
113     {
114       "name": "Storage",
115       "source_files": "FJTool/classes/Storage/**/*.{h,m}",
116       "frameworks": "UIKit",
117       "dependencies": {
118         "JSONModel": [
120         ]
121       }
122     },
123     {
124       "name": "String",
125       "frameworks": "UIKit",
126       "source_files": "FJTool/classes/String/**/*.{h,m}"
127     },
128     {
129       "name": "Timer",
130       "source_files": "FJTool/classes/Timer/**/*.{h,m}"
131     },
132     {
133       "name": "UUID",
134       "source_files": "FJTool/classes/UUID/**/*.{h,m}",
135       "frameworks": "AdSupport"
136     },
137     {
138       "name": "View",
139       "source_files": "FJTool/classes/View/**/*.{h,m}",
140       "frameworks": "UIKit"
141     },
142     {
143       "name": "CustomUI_DropSheet",
144       "source_files": "FJTool/classes/CustomizedUI/DropSheet/**/*.{h,m}",
145       "resources": "FJTool/resources/CustomizedUI/DropSheet/**/*.{png}",
146       "frameworks": "UIKit",
147       "dependencies": {
148         "FJTool/Storage": [
150         ]
151       }
152     },
153     {
154       "name": "CustomUI_ErrorReloader",
155       "source_files": "FJTool/classes/CustomizedUI/ErrorReloader/**/*.{h,m}",
156       "resources": [
157         "FJTool/classes/CustomizedUI/ErrorReloader/**/*.{xib}",
158         "FJTool/resources/CustomizedUI/ErrorReloader/**/*.{png}"
159       ],
160       "frameworks": "UIKit",
161       "dependencies": {
162         "SDWebImage": [
164         ],
165         "Masonry": [
167         ],
168         "BlocksKit": [
170         ],
171         "Typeset": [
173         ],
174         "FJTool/Storage": [
176         ]
177       }
178     },
179     {
180       "name": "CustomUI_ImageBrowser",
181       "source_files": "FJTool/classes/CustomizedUI/ImageBrowser/**/*.{h,m}",
182       "frameworks": "UIKit",
183       "dependencies": {
184         "SDWebImage": [
186         ],
187         "Masonry": [
189         ]
190       }
191     },
192     {
193       "name": "CustomUI_Line",
194       "source_files": "FJTool/classes/CustomizedUI/Line/**/*.{h,m}",
195       "resources": "FJTool/resources/CustomizedUI/Line/**/*.{png}",
196       "frameworks": "UIKit",
197       "dependencies": {
198         "SDWebImage": [
200         ]
201       }
202     },
203     {
204       "name": "CustomUI_PopupView",
205       "source_files": "FJTool/classes/CustomizedUI/PopupView/**/*.{h,m}",
206       "frameworks": "UIKit",
207       "dependencies": {
208         "Masonry": [
210         ],
211         "SDWebImage": [
213         ],
214         "BlocksKit": [
216         ]
217       }
218     },
219     {
220       "name": "CustomUI_ProgressView",
221       "source_files": "FJTool/classes/CustomizedUI/ProgressView/**/*.{h,m}",
222       "frameworks": "UIKit"
223     }
224   ]