[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 4.2.1 / YJCocoa.podspec.json
blobedff37ae869225cae7d2993adac03fb5b3bb64a5
2   "name": "YJCocoa",
3   "version": "4.2.1",
4   "authors": {
5     "阳君": "937447974@qq.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/937447974/YJCocoa",
12   "source": {
13     "git": "https://github.com/937447974/YJCocoa.git",
14     "branch": "master"
15   },
16   "summary": "YJ系列开源库",
17   "description": "姓名:阳君\nQQ:937447974\nYJ技术支持群:557445088",
18   "platforms": {
19     "ios": "6.0"
20   },
21   "preserve_paths": "Documentation/*.*",
22   "prepare_command": "sh Documentation/docset-installed.sh",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true,
28   "source_files": "Cocoa/*.{h,m}",
29   "default_subspecs": [
30     "AppFrameworks",
31     "System"
32   ],
33   "subspecs": [
34     {
35       "name": "AppFrameworks",
36       "source_files": "Cocoa/AppFrameworks/*.{h,m}",
37       "subspecs": [
38         {
39           "name": "Foundation",
40           "source_files": "Cocoa/AppFrameworks/Foundation/*.{h,m}",
41           "subspecs": [
42             {
43               "name": "AOP",
44               "source_files": "Cocoa/AppFrameworks/Foundation/AOP/*.{h,m}"
45             },
46             {
47               "name": "DictionaryModel",
48               "source_files": "Cocoa/AppFrameworks/Foundation/DictionaryModel/*.{h,m}",
49               "dependencies": {
50                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
52                 ]
53               }
54             },
55             {
56               "name": "Directory",
57               "source_files": "Cocoa/AppFrameworks/Foundation/Directory/*.{h,m}",
58               "dependencies": {
59                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
61                 ]
62               }
63             },
64             {
65               "name": "Http",
66               "source_files": "Cocoa/AppFrameworks/Foundation/Http/*.{h,m}"
67             },
68             {
69               "name": "Log",
70               "source_files": "Cocoa/AppFrameworks/Foundation/Log/*.{h,m}"
71             },
72             {
73               "name": "PerformSelector",
74               "source_files": "Cocoa/AppFrameworks/Foundation/PerformSelector/*.{h,m}"
75             },
76             {
77               "name": "Singleton",
78               "source_files": "Cocoa/AppFrameworks/Foundation/Singleton/*.{h,m}",
79               "dependencies": {
80                 "YJCocoa/AppFrameworks/Foundation/Other": [
82                 ]
83               }
84             },
85             {
86               "name": "Timer",
87               "source_files": "Cocoa/AppFrameworks/Foundation/Timer/*.{h,m}",
88               "dependencies": {
89                 "YJCocoa/AppFrameworks/Foundation/PerformSelector": [
91                 ],
92                 "YJCocoa/AppFrameworks/Foundation/Singleton": [
94                 ],
95                 "YJCocoa/System/Security/Random": [
97                 ]
98               }
99             },
100             {
101               "name": "Other",
102               "source_files": "Cocoa/AppFrameworks/Foundation/Other/*.{h,m}"
103             }
104           ]
105         },
106         {
107           "name": "UIKit",
108           "source_files": "Cocoa/AppFrameworks/UIKit/*.{h,m}",
109           "subspecs": [
110             {
111               "name": "AutoLayout",
112               "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/*.{h,m}",
113               "subspecs": [
114                 {
115                   "name": "UIView",
116                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIView/*.{h,m}",
117                   "dependencies": {
118                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
120                     ]
121                   }
122                 },
123                 {
124                   "name": "UIViewController",
125                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/UIViewController/*.{h,m}",
126                   "dependencies": {
127                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor": [
129                     ]
130                   }
131                 },
132                 {
133                   "name": "LayoutAnchor",
134                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
135                   "dependencies": {
136                     "YJCocoa/AppFrameworks/UIKit/AutoLayout/Extend": [
138                     ]
139                   }
140                 },
141                 {
142                   "name": "Extend",
143                   "source_files": "Cocoa/AppFrameworks/UIKit/AutoLayout/Extend/*.{h,m}"
144                 }
145               ]
146             },
147             {
148               "name": "CollectionViewManager",
149               "subspecs": [
150                 {
151                   "name": "Core",
152                   "source_files": [
153                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/Core/*.{h,m}",
154                     "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCell/*.{h,m}"
155                   ],
156                   "dependencies": {
157                     "YJCocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject": [
159                     ],
160                     "YJCocoa/AppFrameworks/Foundation/AOP": [
162                     ],
163                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
165                     ],
166                     "YJCocoa/System/Dispatch": [
168                     ]
169                   }
170                 },
171                 {
172                   "name": "CollectionCellObject",
173                   "source_files": "Cocoa/AppFrameworks/UIKit/CollectionViewManager/CollectionCellObject/*.{h,m}",
174                   "dependencies": {
175                     "YJCocoa/AppFrameworks/Foundation/Other": [
177                     ]
178                   }
179                 }
180               ]
181             },
182             {
183               "name": "Color",
184               "source_files": "Cocoa/AppFrameworks/UIKit/Color/*.{h,m}"
185             },
186             {
187               "name": "InputLength",
188               "source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
189             },
190             {
191               "name": "NavigationBar",
192               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
193               "subspecs": [
194                 {
195                   "name": "Core",
196                   "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/Core/*.{h,m}",
197                   "dependencies": {
198                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
200                     ]
201                   }
202                 }
203               ]
204             },
205             {
206               "name": "PageView",
207               "subspecs": [
208                 {
209                   "name": "Core",
210                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
211                   "dependencies": {
212                     "YJCocoa/System/Dispatch": [
214                     ],
215                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
217                     ],
218                     "YJCocoa/AppFrameworks/Foundation/Other": [
220                     ]
221                   }
222                 },
223                 {
224                   "name": "ImagePage",
225                   "resources": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.xib",
226                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.{h,m}",
227                   "dependencies": {
228                     "YJCocoa/AppFrameworks/UIKit/PageView/Core": [
230                     ]
231                   }
232                 }
233               ]
234             },
235             {
236               "name": "TableViewManager",
237               "subspecs": [
238                 {
239                   "name": "Core",
240                   "source_files": [
241                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Core/*.{h,m}",
242                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Suspension/*.{h,m}",
243                     "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCell/*.{h,m}"
244                   ],
245                   "dependencies": {
246                     "YJCocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject": [
248                     ],
249                     "YJCocoa/AppFrameworks/Foundation/AOP": [
251                     ],
252                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
254                     ],
255                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
257                     ],
258                     "YJCocoa/System/Dispatch": [
260                     ]
261                   }
262                 },
263                 {
264                   "name": "TableCellObject",
265                   "source_files": "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject/*.{h,m}",
266                   "dependencies": {
267                     "YJCocoa/AppFrameworks/Foundation/Other": [
269                     ]
270                   }
271                 }
272               ]
273             },
274             {
275               "name": "ViewGeometry",
276               "source_files": "Cocoa/AppFrameworks/UIKit/ViewGeometry/*.{h,m}"
277             }
278           ]
279         }
280       ]
281     },
282     {
283       "name": "System",
284       "source_files": "Cocoa/System/*.{h,m}",
285       "subspecs": [
286         {
287           "name": "Dispatch",
288           "source_files": "Cocoa/System/Dispatch/*.{h,m}"
289         },
290         {
291           "name": "Security",
292           "source_files": "Cocoa/System/Security/*.{h,m}",
293           "subspecs": [
294             {
295               "name": "Keychain",
296               "source_files": "Cocoa/System/Security/Keychain/*.{h,m}",
297               "subspecs": [
298                 {
299                   "name": "Item",
300                   "source_files": "Cocoa/System/Security/Keychain/Item/*.{h,m}"
301                 }
302               ]
303             },
304             {
305               "name": "Random",
306               "source_files": "Cocoa/System/Security/Random/*.{h,m}"
307             }
308           ]
309         }
310       ]
311     }
312   ]