[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / 7 / d / FJTool / 0.2 / FJTool.podspec.json
bloba402a140f82d4386d57d6590532b94eb27174594
2   "name": "FJTool",
3   "version": "0.2",
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.2"
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": "SystemConfiguration",
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": "FJTool/classes/CustomizedUI/ErrorReloader/**/*.{xib}",
157       "frameworks": "UIKit",
158       "dependencies": {
159         "SDWebImage": [
161         ],
162         "Masonry": [
164         ],
165         "BlocksKit": [
167         ],
168         "FJTool/Storage": [
170         ]
171       }
172     },
173     {
174       "name": "CustomUI_ImageBrowser",
175       "source_files": "FJTool/classes/CustomizedUI/ImageBrowser/**/*.{h,m}",
176       "frameworks": "UIKit",
177       "dependencies": {
178         "SDWebImage": [
180         ],
181         "Masonry": [
183         ]
184       }
185     },
186     {
187       "name": "CustomUI_Line",
188       "source_files": "FJTool/classes/CustomizedUI/Line/**/*.{h,m}",
189       "resources": "FJTool/resources/CustomizedUI/Line/**/*.{png}",
190       "frameworks": "UIKit",
191       "dependencies": {
192         "SDWebImage": [
194         ]
195       }
196     },
197     {
198       "name": "CustomUI_PopupView",
199       "source_files": "FJTool/classes/CustomizedUI/PopupView/**/*.{h,m}",
200       "frameworks": "UIKit",
201       "dependencies": {
202         "Masonry": [
204         ],
205         "SDWebImage": [
207         ],
208         "BlocksKit": [
210         ]
211       }
212     },
213     {
214       "name": "CustomUI_ProgressView",
215       "source_files": "FJTool/classes/CustomizedUI/ProgressView/**/*.{h,m}",
216       "frameworks": "UIKit"
217     }
218   ]