[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 2.2.3 / YJCocoa.podspec.json
blob46181778c6221ca4211b483432e863bf336c40f2
2   "name": "YJCocoa",
3   "version": "2.2.3",
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.2.3"
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                   }
150                 },
151                 {
152                   "name": "TableCellObject",
153                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/TableView/TableCellObject/*.{h,m}",
154                   "dependencies": {
155                     "YJCocoa/CocoaTouchLayer/UIKit/ViewGeometry": [
157                     ],
158                     "YJCocoa/CoreServicesLayer/Foundation/Other": [
160                     ],
161                     "YJCocoa/CoreOSLayer/System": [
163                     ]
164                   }
165                 }
166               ]
167             },
168             {
169               "name": "CollectionView",
170               "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/*.{h,m}",
171               "subspecs": [
172                 {
173                   "name": "Core",
174                   "source_files": [
175                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/DataSource/*.{h,m}",
176                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/Delegate/*.{h,m}",
177                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCell/*.{h,m}"
178                   ],
179                   "dependencies": {
180                     "YJCocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCellObject": [
182                     ]
183                   }
184                 },
185                 {
186                   "name": "CollectionCellObject",
187                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCellObject/*.{h,m}",
188                   "dependencies": {
189                     "YJCocoa/CocoaTouchLayer/UIKit/ViewGeometry": [
191                     ],
192                     "YJCocoa/CoreServicesLayer/Foundation/Other": [
194                     ],
195                     "YJCocoa/CoreOSLayer/System": [
197                     ]
198                   }
199                 }
200               ]
201             }
202           ]
203         }
204       ]
205     },
206     {
207       "name": "CoreServicesLayer",
208       "source_files": "Cocoa/CoreServicesLayer/*.{h,m}",
209       "subspecs": [
210         {
211           "name": "Foundation",
212           "source_files": "Cocoa/CoreServicesLayer/Foundation/*.{h,m}",
213           "subspecs": [
214             {
215               "name": "Http",
216               "source_files": "Cocoa/CoreServicesLayer/Foundation/Http/*.{h,m}"
217             },
218             {
219               "name": "Singleton",
220               "source_files": "Cocoa/CoreServicesLayer/Foundation/Singleton/*.{h,m}",
221               "dependencies": {
222                 "YJCocoa/CoreServicesLayer/Foundation/Other": [
224                 ]
225               }
226             },
227             {
228               "name": "Log",
229               "source_files": "Cocoa/CoreServicesLayer/Foundation/Log/*.{h,m}"
230             },
231             {
232               "name": "Other",
233               "source_files": "Cocoa/CoreServicesLayer/Foundation/Other/*.{h,m}"
234             }
235           ]
236         }
237       ]
238     },
239     {
240       "name": "CoreOSLayer",
241       "source_files": "Cocoa/CoreOSLayer/*.{h,m}",
242       "subspecs": [
243         {
244           "name": "System",
245           "source_files": "Cocoa/CoreOSLayer/System/*.{h,m}"
246         }
247       ]
248     }
249   ]