[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 1.8.0 / YJCocoa.podspec.json
blobac8c0d4d13194315dd78edee30c51306b15f3188
2   "name": "YJCocoa",
3   "version": "1.8.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": "v1.8.0"
15   },
16   "summary": "YJ系列开源库",
17   "description": "姓名:阳君\nQQ:937447974\nYJ技术支持群:557445088",
18   "platforms": {
19     "ios": "6.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "source_files": "Cocoa/*.{h,m}",
27   "default_subspecs": [
28     "CocoaTouchLayer",
29     "CoreServicesLayer",
30     "CoreOSLayer"
31   ],
32   "subspecs": [
33     {
34       "name": "CocoaTouchLayer",
35       "source_files": "Cocoa/CocoaTouchLayer/*.{h,m}",
36       "subspecs": [
37         {
38           "name": "UIKit",
39           "source_files": "Cocoa/CocoaTouchLayer/UIKit/*.{h,m}",
40           "subspecs": [
41             {
42               "name": "AutoLayout",
43               "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/*.{h,m}",
44               "subspecs": [
45                 {
46                   "name": "UIView",
47                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/UIView/*.{h,m}",
48                   "dependencies": {
49                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor": [
51                     ]
52                   }
53                 },
54                 {
55                   "name": "UIViewController",
56                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/UIViewController/*.{h,m}",
57                   "dependencies": {
58                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor": [
60                     ]
61                   }
62                 },
63                 {
64                   "name": "LayoutAnchor",
65                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
66                   "dependencies": {
67                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/Extend": [
69                     ]
70                   }
71                 },
72                 {
73                   "name": "Extend",
74                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/Extend/*.{h,m}"
75                 }
76               ]
77             },
78             {
79               "name": "PageView",
80               "subspecs": [
81                 {
82                   "name": "Core",
83                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/*.{h,m}",
84                   "dependencies": {
85                     "YJCocoa/CoreOSLayer/System": [
87                     ],
88                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout": [
90                     ]
91                   }
92                 },
93                 {
94                   "name": "ImagePage",
95                   "resources": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.xib",
96                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.{h,m}",
97                   "dependencies": {
98                     "YJCocoa/CocoaTouchLayer/UIKit/PageView/Core": [
100                     ]
101                   }
102                 }
103               ]
104             },
105             {
106               "name": "TableView",
107               "source_files": "Cocoa/CocoaTouchLayer/UIKit/TableView/*.{h,m}",
108               "subspecs": [
109                 {
110                   "name": "Core",
111                   "source_files": [
112                     "Cocoa/CocoaTouchLayer/UIKit/TableView/DataSource/*.{h,m}",
113                     "Cocoa/CocoaTouchLayer/UIKit/TableView/Delegate/*.{h,m}",
114                     "Cocoa/CocoaTouchLayer/UIKit/TableView/TableCell/*.{h,m}",
115                     "Cocoa/CocoaTouchLayer/UIKit/TableView/Suspension/*.{h,m}"
116                   ],
117                   "dependencies": {
118                     "YJCocoa/CocoaTouchLayer/UIKit/TableView/TableCellObject": [
120                     ]
121                   }
122                 },
123                 {
124                   "name": "TableCellObject",
125                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/TableView/TableCellObject/*.{h,m}",
126                   "dependencies": {
127                     "YJCocoa/CoreServicesLayer/Foundation/Other": [
129                     ],
130                     "YJCocoa/CoreOSLayer/System": [
132                     ]
133                   }
134                 }
135               ]
136             },
137             {
138               "name": "CollectionView",
139               "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/*.{h,m}",
140               "subspecs": [
141                 {
142                   "name": "Core",
143                   "source_files": [
144                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/DataSource/*.{h,m}",
145                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/Delegate/*.{h,m}",
146                     "Cocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCell/*.{h,m}"
147                   ],
148                   "dependencies": {
149                     "YJCocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCellObject": [
151                     ]
152                   }
153                 },
154                 {
155                   "name": "CollectionCellObject",
156                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/CollectionCellObject/*.{h,m}",
157                   "dependencies": {
158                     "YJCocoa/CoreServicesLayer/Foundation/Other": [
160                     ],
161                     "YJCocoa/CoreOSLayer/System": [
163                     ]
164                   }
165                 }
166               ]
167             }
168           ]
169         }
170       ]
171     },
172     {
173       "name": "CoreServicesLayer",
174       "source_files": "Cocoa/CoreServicesLayer/*.{h,m}",
175       "subspecs": [
176         {
177           "name": "Foundation",
178           "source_files": "Cocoa/CoreServicesLayer/Foundation/*.{h,m}",
179           "subspecs": [
180             {
181               "name": "Log",
182               "source_files": "Cocoa/CoreServicesLayer/Foundation/Log/*.{h,m}"
183             },
184             {
185               "name": "Singleton",
186               "source_files": "Cocoa/CoreServicesLayer/Foundation/Singleton/*.{h,m}",
187               "dependencies": {
188                 "YJCocoa/CoreServicesLayer/Foundation/Other": [
190                 ]
191               }
192             },
193             {
194               "name": "Other",
195               "source_files": "Cocoa/CoreServicesLayer/Foundation/Other/*.{h,m}"
196             }
197           ]
198         }
199       ]
200     },
201     {
202       "name": "CoreOSLayer",
203       "source_files": "Cocoa/CoreOSLayer/*.{h,m}",
204       "subspecs": [
205         {
206           "name": "System",
207           "source_files": "Cocoa/CoreOSLayer/System/*.{h,m}"
208         }
209       ]
210     }
211   ]