[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 3.0.0 / YJCocoa.podspec.json
blobd770b134f3855f430ebdbaa69cf28ca7f13b5aa6
2   "name": "YJCocoa",
3   "version": "3.0.0",
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": "v3.0.0"
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": "InputLength",
45               "source_files": "Cocoa/CocoaTouchLayer/UIKit/InputLength/*.{h,m}"
46             },
47             {
48               "name": "ViewGeometry",
49               "source_files": "Cocoa/CocoaTouchLayer/UIKit/ViewGeometry/*.{h,m}"
50             },
51             {
52               "name": "AutoLayout",
53               "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/*.{h,m}",
54               "subspecs": [
55                 {
56                   "name": "UIView",
57                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/UIView/*.{h,m}",
58                   "dependencies": {
59                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor": [
61                     ]
62                   }
63                 },
64                 {
65                   "name": "UIViewController",
66                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/UIViewController/*.{h,m}",
67                   "dependencies": {
68                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor": [
70                     ]
71                   }
72                 },
73                 {
74                   "name": "LayoutAnchor",
75                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
76                   "dependencies": {
77                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/Extend": [
79                     ]
80                   }
81                 },
82                 {
83                   "name": "Extend",
84                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/Extend/*.{h,m}"
85                 }
86               ]
87             },
88             {
89               "name": "NavigationBar",
90               "source_files": "Cocoa/CocoaTouchLayer/UIKit/NavigationBar/*.{h,m}",
91               "subspecs": [
92                 {
93                   "name": "Core",
94                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/NavigationBar/Core/*.{h,m}",
95                   "dependencies": {
96                     "YJCocoa/CocoaTouchLayer/UIKit/ViewGeometry": [
98                     ]
99                   }
100                 }
101               ]
102             },
103             {
104               "name": "PageView",
105               "subspecs": [
106                 {
107                   "name": "Core",
108                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/*.{h,m}",
109                   "dependencies": {
110                     "YJCocoa/CoreOSLayer/System": [
112                     ],
113                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout": [
115                     ],
116                     "YJCocoa/CoreServicesLayer/Foundation/Other": [
118                     ]
119                   }
120                 },
121                 {
122                   "name": "ImagePage",
123                   "resources": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.xib",
124                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.{h,m}",
125                   "dependencies": {
126                     "YJCocoa/CocoaTouchLayer/UIKit/PageView/Core": [
128                     ]
129                   }
130                 }
131               ]
132             },
133             {
134               "name": "TableView",
135               "source_files": "Cocoa/CocoaTouchLayer/UIKit/TableView/*.{h,m}",
136               "subspecs": [
137                 {
138                   "name": "Core",
139                   "source_files": [
140                     "Cocoa/CocoaTouchLayer/UIKit/TableView/DataSource/*.{h,m}",
141                     "Cocoa/CocoaTouchLayer/UIKit/TableView/Delegate/*.{h,m}",
142                     "Cocoa/CocoaTouchLayer/UIKit/TableView/TableCell/*.{h,m}",
143                     "Cocoa/CocoaTouchLayer/UIKit/TableView/Suspension/*.{h,m}"
144                   ],
145                   "dependencies": {
146                     "YJCocoa/CocoaTouchLayer/UIKit/TableView/TableCellObject": [
148                     ],
149                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout": [
151                     ],
152                     "YJCocoa/CocoaTouchLayer/UIKit/ViewGeometry": [
154                     ],
155                     "YJCocoa/CoreOSLayer/System": [
157                     ]
158                   }
159                 },
160                 {
161                   "name": "TableCellObject",
162                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/TableView/TableCellObject/*.{h,m}",
163                   "dependencies": {
164                     "YJCocoa/CoreServicesLayer/Foundation/Other": [
166                     ]
167                   }
168                 }
169               ]
170             },
171             {
172               "name": "CollectionView",
173               "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/*.{h,m}",
174               "subspecs": [
175                 {
176                   "name": "Core",
177                   "source_files": [
178                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/DataSource/*.{h,m}",
179                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/Delegate/*.{h,m}",
180                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCell/*.{h,m}"
181                   ],
182                   "dependencies": {
183                     "YJCocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCellObject": [
185                     ]
186                   }
187                 },
188                 {
189                   "name": "CollectionCellObject",
190                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCellObject/*.{h,m}",
191                   "dependencies": {
192                     "YJCocoa/CocoaTouchLayer/UIKit/ViewGeometry": [
194                     ],
195                     "YJCocoa/CoreServicesLayer/Foundation/Other": [
197                     ],
198                     "YJCocoa/CoreOSLayer/System": [
200                     ]
201                   }
202                 }
203               ]
204             }
205           ]
206         }
207       ]
208     },
209     {
210       "name": "CoreServicesLayer",
211       "source_files": "Cocoa/CoreServicesLayer/*.{h,m}",
212       "subspecs": [
213         {
214           "name": "Foundation",
215           "source_files": "Cocoa/CoreServicesLayer/Foundation/*.{h,m}",
216           "subspecs": [
217             {
218               "name": "Http",
219               "source_files": "Cocoa/CoreServicesLayer/Foundation/Http/*.{h,m}"
220             },
221             {
222               "name": "PerformSelector",
223               "source_files": "Cocoa/CoreServicesLayer/Foundation/PerformSelector/*.{h,m}"
224             },
225             {
226               "name": "Singleton",
227               "source_files": "Cocoa/CoreServicesLayer/Foundation/Singleton/*.{h,m}",
228               "dependencies": {
229                 "YJCocoa/CoreServicesLayer/Foundation/Other": [
231                 ]
232               }
233             },
234             {
235               "name": "Timer",
236               "source_files": "Cocoa/CoreServicesLayer/Foundation/Timer/*.{h,m}",
237               "dependencies": {
238                 "YJCocoa/CoreServicesLayer/Foundation/PerformSelector": [
240                 ],
241                 "YJCocoa/CoreServicesLayer/Foundation/Singleton": [
243                 ],
244                 "YJCocoa/CoreOSLayer/Security/Randomization": [
246                 ]
247               }
248             },
249             {
250               "name": "Log",
251               "source_files": "Cocoa/CoreServicesLayer/Foundation/Log/*.{h,m}"
252             },
253             {
254               "name": "Other",
255               "source_files": "Cocoa/CoreServicesLayer/Foundation/Other/*.{h,m}"
256             }
257           ]
258         }
259       ]
260     },
261     {
262       "name": "CoreOSLayer",
263       "source_files": "Cocoa/CoreOSLayer/*.{h,m}",
264       "subspecs": [
265         {
266           "name": "Security",
267           "source_files": "Cocoa/CoreOSLayer/Security/*.{h,m}",
268           "subspecs": [
269             {
270               "name": "Keychain",
271               "source_files": "Cocoa/CoreOSLayer/Security/Keychain/*.{h,m}",
272               "subspecs": [
273                 {
274                   "name": "Item",
275                   "source_files": "Cocoa/CoreOSLayer/Security/Keychain/Item/*.{h,m}"
276                 }
277               ]
278             },
279             {
280               "name": "Randomization",
281               "source_files": "Cocoa/CoreOSLayer/Security/Randomization/*.{h,m}"
282             }
283           ]
284         },
285         {
286           "name": "System",
287           "source_files": "Cocoa/CoreOSLayer/System/*.{h,m}"
288         }
289       ]
290     }
291   ]