[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 1.6.0 / YJCocoa.podspec.json
blobe4327f3611ebbceb6241cece1719aa43d81bf054
2   "name": "YJCocoa",
3   "version": "1.6.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.6.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": "CollectionView",
80               "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/*.{h,m}",
81               "dependencies": {
82                 "YJCocoa/CoreServicesLayer/Foundation": [
84                 ],
85                 "YJCocoa/CoreOSLayer/System": [
87                 ]
88               }
89             },
90             {
91               "name": "PageView",
92               "subspecs": [
93                 {
94                   "name": "Core",
95                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/*.{h,m}",
96                   "dependencies": {
97                     "YJCocoa/CoreOSLayer/System": [
99                     ],
100                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout": [
102                     ]
103                   }
104                 },
105                 {
106                   "name": "ImagePage",
107                   "resources": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.xib",
108                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.{h,m}",
109                   "dependencies": {
110                     "YJCocoa/CocoaTouchLayer/UIKit/PageView/Core": [
112                     ]
113                   }
114                 }
115               ]
116             },
117             {
118               "name": "TableView",
119               "source_files": "Cocoa/CocoaTouchLayer/UIKit/TableView/*.{h,m}",
120               "subspecs": [
121                 {
122                   "name": "Core",
123                   "source_files": [
124                     "Cocoa/CocoaTouchLayer/UIKit/TableView/DataSource/*.{h,m}",
125                     "Cocoa/CocoaTouchLayer/UIKit/TableView/Delegate/*.{h,m}",
126                     "Cocoa/CocoaTouchLayer/UIKit/TableView/TableCell/*.{h,m}",
127                     "Cocoa/CocoaTouchLayer/UIKit/TableView/Suspension/*.{h,m}"
128                   ],
129                   "dependencies": {
130                     "YJCocoa/CocoaTouchLayer/UIKit/TableView/TableCellObject": [
132                     ]
133                   }
134                 },
135                 {
136                   "name": "TableCellObject",
137                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/TableView/TableCellObject/*.{h,m}",
138                   "dependencies": {
139                     "YJCocoa/CoreServicesLayer/Foundation": [
141                     ],
142                     "YJCocoa/CoreOSLayer/System": [
144                     ]
145                   }
146                 }
147               ]
148             }
149           ]
150         }
151       ]
152     },
153     {
154       "name": "CoreServicesLayer",
155       "source_files": "Cocoa/CoreServicesLayer/*.{h,m}",
156       "subspecs": [
157         {
158           "name": "Foundation",
159           "source_files": "Cocoa/CoreServicesLayer/Foundation/*.{h,m}",
160           "subspecs": [
161             {
162               "name": "Log",
163               "source_files": "Cocoa/CoreServicesLayer/Foundation/Log/*.{h,m}"
164             }
165           ]
166         }
167       ]
168     },
169     {
170       "name": "CoreOSLayer",
171       "source_files": "Cocoa/CoreOSLayer/*.{h,m}",
172       "subspecs": [
173         {
174           "name": "System",
175           "source_files": "Cocoa/CoreOSLayer/System/*.{h,m}"
176         }
177       ]
178     }
179   ]