[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 2.0.1 / YJCocoa.podspec.json
blob0f831511d693fe1c0e59f2f8375599e98c8966d0
2   "name": "YJCocoa",
3   "version": "2.0.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     "tag": "v2.0.1"
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     "CocoaTouchLayer",
31     "CoreServicesLayer",
32     "CoreOSLayer"
33   ],
34   "subspecs": [
35     {
36       "name": "CocoaTouchLayer",
37       "source_files": "Cocoa/CocoaTouchLayer/*.{h,m}",
38       "subspecs": [
39         {
40           "name": "UIKit",
41           "source_files": "Cocoa/CocoaTouchLayer/UIKit/*.{h,m}",
42           "subspecs": [
43             {
44               "name": "AutoLayout",
45               "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/*.{h,m}",
46               "subspecs": [
47                 {
48                   "name": "UIView",
49                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/UIView/*.{h,m}",
50                   "dependencies": {
51                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor": [
53                     ]
54                   }
55                 },
56                 {
57                   "name": "UIViewController",
58                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/UIViewController/*.{h,m}",
59                   "dependencies": {
60                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor": [
62                     ]
63                   }
64                 },
65                 {
66                   "name": "LayoutAnchor",
67                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
68                   "dependencies": {
69                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/Extend": [
71                     ]
72                   }
73                 },
74                 {
75                   "name": "Extend",
76                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/Extend/*.{h,m}"
77                 }
78               ]
79             },
80             {
81               "name": "PageView",
82               "subspecs": [
83                 {
84                   "name": "Core",
85                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/*.{h,m}",
86                   "dependencies": {
87                     "YJCocoa/CoreOSLayer/System": [
89                     ],
90                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout": [
92                     ]
93                   }
94                 },
95                 {
96                   "name": "ImagePage",
97                   "resources": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.xib",
98                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.{h,m}",
99                   "dependencies": {
100                     "YJCocoa/CocoaTouchLayer/UIKit/PageView/Core": [
102                     ]
103                   }
104                 }
105               ]
106             },
107             {
108               "name": "TableView",
109               "source_files": "Cocoa/CocoaTouchLayer/UIKit/TableView/*.{h,m}",
110               "subspecs": [
111                 {
112                   "name": "Core",
113                   "source_files": [
114                     "Cocoa/CocoaTouchLayer/UIKit/TableView/DataSource/*.{h,m}",
115                     "Cocoa/CocoaTouchLayer/UIKit/TableView/Delegate/*.{h,m}",
116                     "Cocoa/CocoaTouchLayer/UIKit/TableView/TableCell/*.{h,m}",
117                     "Cocoa/CocoaTouchLayer/UIKit/TableView/Suspension/*.{h,m}"
118                   ],
119                   "dependencies": {
120                     "YJCocoa/CocoaTouchLayer/UIKit/TableView/TableCellObject": [
122                     ]
123                   }
124                 },
125                 {
126                   "name": "TableCellObject",
127                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/TableView/TableCellObject/*.{h,m}",
128                   "dependencies": {
129                     "YJCocoa/CoreServicesLayer/Foundation/Other": [
131                     ],
132                     "YJCocoa/CoreOSLayer/System": [
134                     ]
135                   }
136                 }
137               ]
138             },
139             {
140               "name": "CollectionView",
141               "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/*.{h,m}",
142               "subspecs": [
143                 {
144                   "name": "Core",
145                   "source_files": [
146                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/DataSource/*.{h,m}",
147                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/Delegate/*.{h,m}",
148                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCell/*.{h,m}"
149                   ],
150                   "dependencies": {
151                     "YJCocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCellObject": [
153                     ]
154                   }
155                 },
156                 {
157                   "name": "CollectionCellObject",
158                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCellObject/*.{h,m}",
159                   "dependencies": {
160                     "YJCocoa/CoreServicesLayer/Foundation/Other": [
162                     ],
163                     "YJCocoa/CoreOSLayer/System": [
165                     ]
166                   }
167                 }
168               ]
169             },
170             {
171               "name": "InputLength",
172               "source_files": "Cocoa/CocoaTouchLayer/UIKit/InputLength/*.{h,m}"
173             }
174           ]
175         }
176       ]
177     },
178     {
179       "name": "CoreServicesLayer",
180       "source_files": "Cocoa/CoreServicesLayer/*.{h,m}",
181       "subspecs": [
182         {
183           "name": "Foundation",
184           "source_files": "Cocoa/CoreServicesLayer/Foundation/*.{h,m}",
185           "subspecs": [
186             {
187               "name": "HttpAnalysis",
188               "source_files": "Cocoa/CoreServicesLayer/Foundation/HttpAnalysis/*.{h,m}"
189             },
190             {
191               "name": "Singleton",
192               "source_files": "Cocoa/CoreServicesLayer/Foundation/Singleton/*.{h,m}",
193               "dependencies": {
194                 "YJCocoa/CoreServicesLayer/Foundation/Other": [
196                 ]
197               }
198             },
199             {
200               "name": "Log",
201               "source_files": "Cocoa/CoreServicesLayer/Foundation/Log/*.{h,m}"
202             },
203             {
204               "name": "Other",
205               "source_files": "Cocoa/CoreServicesLayer/Foundation/Other/*.{h,m}"
206             }
207           ]
208         }
209       ]
210     },
211     {
212       "name": "CoreOSLayer",
213       "source_files": "Cocoa/CoreOSLayer/*.{h,m}",
214       "subspecs": [
215         {
216           "name": "System",
217           "source_files": "Cocoa/CoreOSLayer/System/*.{h,m}"
218         }
219       ]
220     }
221   ]