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