[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 4.1.1 / YJCocoa.podspec.json
blob88358e7b968cedd5d0fafae7d2052ad2c37a6e26
2   "name": "YJCocoa",
3   "version": "4.1.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": "InputLength",
184               "source_files": "Cocoa/AppFrameworks/UIKit/InputLength/*.{h,m}"
185             },
186             {
187               "name": "NavigationBar",
188               "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/*.{h,m}",
189               "subspecs": [
190                 {
191                   "name": "Core",
192                   "source_files": "Cocoa/AppFrameworks/UIKit/NavigationBar/Core/*.{h,m}",
193                   "dependencies": {
194                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
196                     ]
197                   }
198                 }
199               ]
200             },
201             {
202               "name": "PageView",
203               "subspecs": [
204                 {
205                   "name": "Core",
206                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/*.{h,m}",
207                   "dependencies": {
208                     "YJCocoa/System/Dispatch": [
210                     ],
211                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
213                     ],
214                     "YJCocoa/AppFrameworks/Foundation/Other": [
216                     ]
217                   }
218                 },
219                 {
220                   "name": "ImagePage",
221                   "resources": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.xib",
222                   "source_files": "Cocoa/AppFrameworks/UIKit/PageView/ImagePage/*.{h,m}",
223                   "dependencies": {
224                     "YJCocoa/AppFrameworks/UIKit/PageView/Core": [
226                     ]
227                   }
228                 }
229               ]
230             },
231             {
232               "name": "TableViewManager",
233               "subspecs": [
234                 {
235                   "name": "Core",
236                   "source_files": [
237                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Core/*.{h,m}",
238                     "Cocoa/AppFrameworks/UIKit/TableViewManager/Suspension/*.{h,m}",
239                     "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCell/*.{h,m}"
240                   ],
241                   "dependencies": {
242                     "YJCocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject": [
244                     ],
245                     "YJCocoa/AppFrameworks/Foundation/AOP": [
247                     ],
248                     "YJCocoa/AppFrameworks/UIKit/AutoLayout": [
250                     ],
251                     "YJCocoa/AppFrameworks/UIKit/ViewGeometry": [
253                     ],
254                     "YJCocoa/System/Dispatch": [
256                     ]
257                   }
258                 },
259                 {
260                   "name": "TableCellObject",
261                   "source_files": "Cocoa/AppFrameworks/UIKit/TableViewManager/TableCellObject/*.{h,m}",
262                   "dependencies": {
263                     "YJCocoa/AppFrameworks/Foundation/Other": [
265                     ]
266                   }
267                 }
268               ]
269             },
270             {
271               "name": "ViewGeometry",
272               "source_files": "Cocoa/AppFrameworks/UIKit/ViewGeometry/*.{h,m}"
273             }
274           ]
275         }
276       ]
277     },
278     {
279       "name": "System",
280       "source_files": "Cocoa/System/*.{h,m}",
281       "subspecs": [
282         {
283           "name": "Dispatch",
284           "source_files": "Cocoa/System/Dispatch/*.{h,m}"
285         },
286         {
287           "name": "Security",
288           "source_files": "Cocoa/System/Security/*.{h,m}",
289           "subspecs": [
290             {
291               "name": "Keychain",
292               "source_files": "Cocoa/System/Security/Keychain/*.{h,m}",
293               "subspecs": [
294                 {
295                   "name": "Item",
296                   "source_files": "Cocoa/System/Security/Keychain/Item/*.{h,m}"
297                 }
298               ]
299             },
300             {
301               "name": "Random",
302               "source_files": "Cocoa/System/Security/Random/*.{h,m}"
303             }
304           ]
305         }
306       ]
307     }
308   ]