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