[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 5 / YJCocoa / 1.5.0 / YJCocoa.podspec.json
blob2f599c7c2bbe5c234eda51995dbf3e74b4fed1eb
2   "name": "YJCocoa",
3   "version": "1.5.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.5.0"
15   },
16   "summary": "YJ Cocoa",
17   "platforms": {
18     "ios": "6.0"
19   },
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "source_files": "Cocoa/*.{h,m}",
26   "default_subspecs": [
27     "CocoaTouchLayer",
28     "CoreServicesLayer",
29     "CoreOSLayer"
30   ],
31   "subspecs": [
32     {
33       "name": "CocoaTouchLayer",
34       "source_files": "Cocoa/CocoaTouchLayer/*.{h,m}",
35       "subspecs": [
36         {
37           "name": "UIKit",
38           "source_files": "Cocoa/CocoaTouchLayer/UIKit/*.{h,m}",
39           "subspecs": [
40             {
41               "name": "AutoLayout",
42               "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/*.{h,m}",
43               "subspecs": [
44                 {
45                   "name": "UIView",
46                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/UIView/*.{h,m}",
47                   "dependencies": {
48                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor": [
50                     ]
51                   }
52                 },
53                 {
54                   "name": "UIViewController",
55                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/UIViewController/*.{h,m}",
56                   "dependencies": {
57                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor": [
59                     ]
60                   }
61                 },
62                 {
63                   "name": "LayoutAnchor",
64                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/LayoutAnchor/*.{h,m}",
65                   "dependencies": {
66                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout/Extend": [
68                     ]
69                   }
70                 },
71                 {
72                   "name": "Extend",
73                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/AutoLayout/Extend/*.{h,m}"
74                 }
75               ]
76             },
77             {
78               "name": "CollectionView",
79               "source_files": "Cocoa/CocoaTouchLayer/UIKit/CollectionView/*.{h,m}",
80               "dependencies": {
81                 "YJCocoa/CoreServicesLayer/Foundation": [
83                 ],
84                 "YJCocoa/CoreOSLayer/System": [
86                 ]
87               }
88             },
89             {
90               "name": "PageView",
91               "subspecs": [
92                 {
93                   "name": "Core",
94                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/*.{h,m}",
95                   "dependencies": {
96                     "YJCocoa/CoreOSLayer/System": [
98                     ],
99                     "YJCocoa/CocoaTouchLayer/UIKit/AutoLayout": [
101                     ]
102                   }
103                 },
104                 {
105                   "name": "ImagePage",
106                   "resources": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.xib",
107                   "source_files": "Cocoa/CocoaTouchLayer/UIKit/PageView/ImagePage/*.{h,m}",
108                   "dependencies": {
109                     "YJCocoa/CocoaTouchLayer/UIKit/PageView/Core": [
111                     ]
112                   }
113                 }
114               ]
115             }
116           ]
117         }
118       ]
119     },
120     {
121       "name": "CoreServicesLayer",
122       "source_files": "Cocoa/CoreServicesLayer/*.{h,m}",
123       "subspecs": [
124         {
125           "name": "Foundation",
126           "source_files": "Cocoa/CoreServicesLayer/Foundation/*.{h,m}",
127           "subspecs": [
128             {
129               "name": "Log",
130               "source_files": "Cocoa/CoreServicesLayer/Foundation/Log/*.{h,m}"
131             }
132           ]
133         }
134       ]
135     },
136     {
137       "name": "CoreOSLayer",
138       "source_files": "Cocoa/CoreOSLayer/*.{h,m}",
139       "subspecs": [
140         {
141           "name": "System",
142           "source_files": "Cocoa/CoreOSLayer/System/*.{h,m}"
143         }
144       ]
145     }
146   ]