[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 2.1.1 / YJCocoa.podspec.json
blobd7a69aced3a92d52a62cc5e8d71637f14a3c92a8
2   "name": "YJCocoa",
3   "version": "2.1.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.1.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": "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": "PageView",
90               "subspecs": [
91                 {
92                   "name": "Core",
93                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/*.{h,m}",
94                   "dependencies": {
95                     "YJCocoa/CoreOSLayer/System": [
97                     ],
98                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout": [
100                     ],
101                     "YJCocoa/CoreServicesLayer/Foundation/Other": [
103                     ]
104                   }
105                 },
106                 {
107                   "name": "ImagePage",
108                   "resources": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.xib",
109                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.{h,m}",
110                   "dependencies": {
111                     "YJCocoa/CocoaTouchLayer/UIKit/PageView/Core": [
113                     ]
114                   }
115                 }
116               ]
117             },
118             {
119               "name": "TableView",
120               "source_files": "Cocoa/CocoaTouchLayer/UIKit/TableView/*.{h,m}",
121               "subspecs": [
122                 {
123                   "name": "Core",
124                   "source_files": [
125                     "Cocoa/CocoaTouchLayer/UIKit/TableView/DataSource/*.{h,m}",
126                     "Cocoa/CocoaTouchLayer/UIKit/TableView/Delegate/*.{h,m}",
127                     "Cocoa/CocoaTouchLayer/UIKit/TableView/TableCell/*.{h,m}",
128                     "Cocoa/CocoaTouchLayer/UIKit/TableView/Suspension/*.{h,m}"
129                   ],
130                   "dependencies": {
131                     "YJCocoa/CocoaTouchLayer/UIKit/TableView/TableCellObject": [
133                     ]
134                   }
135                 },
136                 {
137                   "name": "TableCellObject",
138                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/TableView/TableCellObject/*.{h,m}",
139                   "dependencies": {
140                     "YJCocoa/CoreServicesLayer/Foundation/Other": [
142                     ],
143                     "YJCocoa/CoreOSLayer/System": [
145                     ]
146                   }
147                 }
148               ]
149             },
150             {
151               "name": "CollectionView",
152               "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/*.{h,m}",
153               "subspecs": [
154                 {
155                   "name": "Core",
156                   "source_files": [
157                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/DataSource/*.{h,m}",
158                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/Delegate/*.{h,m}",
159                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCell/*.{h,m}"
160                   ],
161                   "dependencies": {
162                     "YJCocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCellObject": [
164                     ]
165                   }
166                 },
167                 {
168                   "name": "CollectionCellObject",
169                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCellObject/*.{h,m}",
170                   "dependencies": {
171                     "YJCocoa/CoreServicesLayer/Foundation/Other": [
173                     ],
174                     "YJCocoa/CoreOSLayer/System": [
176                     ]
177                   }
178                 }
179               ]
180             }
181           ]
182         }
183       ]
184     },
185     {
186       "name": "CoreServicesLayer",
187       "source_files": "Cocoa/CoreServicesLayer/*.{h,m}",
188       "subspecs": [
189         {
190           "name": "Foundation",
191           "source_files": "Cocoa/CoreServicesLayer/Foundation/*.{h,m}",
192           "subspecs": [
193             {
194               "name": "HttpAnalysis",
195               "source_files": "Cocoa/CoreServicesLayer/Foundation/HttpAnalysis/*.{h,m}"
196             },
197             {
198               "name": "Singleton",
199               "source_files": "Cocoa/CoreServicesLayer/Foundation/Singleton/*.{h,m}",
200               "dependencies": {
201                 "YJCocoa/CoreServicesLayer/Foundation/Other": [
203                 ]
204               }
205             },
206             {
207               "name": "Log",
208               "source_files": "Cocoa/CoreServicesLayer/Foundation/Log/*.{h,m}"
209             },
210             {
211               "name": "Other",
212               "source_files": "Cocoa/CoreServicesLayer/Foundation/Other/*.{h,m}"
213             }
214           ]
215         }
216       ]
217     },
218     {
219       "name": "CoreOSLayer",
220       "source_files": "Cocoa/CoreOSLayer/*.{h,m}",
221       "subspecs": [
222         {
223           "name": "System",
224           "source_files": "Cocoa/CoreOSLayer/System/*.{h,m}"
225         }
226       ]
227     }
228   ]